Home
last modified time | relevance | path

Searched refs:fstab_path (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/init/
H A Dutil.h87 std::string fstab_path; member
H A Dutil.cpp599 std::string fstab_path; in ParseMountAll() local
601 fstab_path = args[1]; in ParseMountAll()
611 return MountAllOptions{rc_paths, fstab_path, mode, import_rc}; in ParseMountAll()
H A Dbuiltins.cpp655 if (mount_all->fstab_path.empty()) { in do_mount_all()
660 if (!ReadFstabFromFile(mount_all->fstab_path, &fstab)) { in do_mount_all()
676 << (mount_all->fstab_path.empty() ? "(default fstab)" : mount_all->fstab_path) in do_mount_all()
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_fstab.cpp530 std::string fstab_path = prefix + suffix; in GetFstabPath() local
531 if (access(fstab_path.c_str(), F_OK) == 0) { in GetFstabPath()
532 return fstab_path; in GetFstabPath()