Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery-persist.cpp122 static const char mounts_file[] = "/proc/mounts"; in main() local
123 FILE* fp = fopen(mounts_file, "re"); in main()
125 PLOG(ERROR) << "failed to open " << mounts_file; in main()