Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr_fstab.cpp655 bool is_proc_mounts = path == "/proc/mounts"; in ReadFstabFromFile() local
657 if (!ReadFstabFile(fstab_file.get(), is_proc_mounts, fstab)) { in ReadFstabFromFile()
661 if (!is_proc_mounts && !access(android::gsi::kGsiBootedIndicatorFile, F_OK)) { in ReadFstabFromFile()