Searched refs:GetAndroidDtDir (Results 1 – 5 of 5) sorted by relevance
362 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()
31 const std::string& GetAndroidDtDir() { in GetAndroidDtDir() function178 std::string file_name = android::fs_mgr::GetAndroidDtDir() + key; in fs_mgr_get_boot_config()
146 const std::string& GetAndroidDtDir();
1369 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()
358 const std::string file_name = android::fs_mgr::GetAndroidDtDir() + sub_path; in read_android_dt_file()