Searched refs:fstab_path (Results 1 – 4 of 4) sorted by relevance
87 std::string fstab_path; member
599 std::string fstab_path; in ParseMountAll() local601 fstab_path = args[1]; in ParseMountAll()611 return MountAllOptions{rc_paths, fstab_path, mode, import_rc}; in ParseMountAll()
655 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()
530 std::string fstab_path = prefix + suffix; in GetFstabPath() local531 if (access(fstab_path.c_str(), F_OK) == 0) { in GetFstabPath()532 return fstab_path; in GetFstabPath()