Searched refs:fstab_path (Results 1 – 4 of 4) sorted by relevance
82 std::string fstab_path; member
548 std::string fstab_path; in ParseMountAll() local550 fstab_path = args[1]; in ParseMountAll()560 return MountAllOptions{rc_paths, fstab_path, mode, import_rc}; in ParseMountAll()
634 if (mount_all->fstab_path.empty()) { in do_mount_all()639 if (!ReadFstabFromFile(mount_all->fstab_path, &fstab)) { in do_mount_all()655 << (mount_all->fstab_path.empty() ? "(default fstab)" : mount_all->fstab_path) in do_mount_all()
544 std::string fstab_path = prefix + suffix; in GetFstabPath() local545 if (access(fstab_path.c_str(), F_OK) == 0) { in GetFstabPath()546 return fstab_path; in GetFstabPath()