Home
last modified time | relevance | path

Searched refs:GetAndroidDtDir (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/system/core/fs_mgr/libfstab/
H A Dfstab.cpp362 std::string file_name = GetAndroidDtDir() + "fstab/compatible"; in IsDtFstabCompatible()
367 std::string status_file_name = GetAndroidDtDir() + "fstab/status"; in IsDtFstabCompatible()
380 std::string fstabdir_name = GetAndroidDtDir() + "fstab"; in ReadFstabFromDt()
925 const std::string dt_file_name = GetAndroidDtDir() + "boot_devices"; in GetBootDevices()
995 std::string file_name = android::fs_mgr::GetAndroidDtDir() + "compatible"; in is_dt_compatible()
H A Dboot_config.cpp31 const std::string& GetAndroidDtDir() { in GetAndroidDtDir() function
178 std::string file_name = android::fs_mgr::GetAndroidDtDir() + key; in fs_mgr_get_boot_config()
/aosp_15_r20/system/core/fs_mgr/libfstab/include/fstab/
H A Dfstab.h146 const std::string& GetAndroidDtDir();
/aosp_15_r20/system/core/init/
H A Dproperty_service.cpp1369 std::unique_ptr<DIR, int (*)(DIR*)> dir(opendir(android::fs_mgr::GetAndroidDtDir().c_str()), in ProcessKernelDt()
1381 std::string file_name = android::fs_mgr::GetAndroidDtDir() + dp->d_name; in ProcessKernelDt()
H A Dutil.cpp358 const std::string file_name = android::fs_mgr::GetAndroidDtDir() + sub_path; in read_android_dt_file()