Lines Matching refs:fstabFile
40 for (auto& fstabFile : specificFstabFiles) {
41 if (access(fstabFile.c_str(), F_OK) == 0) {
42 return fstabFile;
61 std::string fstabFile = g_defaultUpdaterFstab;
62 if (fstabFile.empty()) {
63 fstabFile = GetFstabFile();
64 if (fstabFile.empty()) {
65 fstabFile = "/etc/fstab.updater";
73 if ((g_fstab = ReadFstabFromFile(fstabFile.c_str(), false)) == nullptr) {
74 LOG(WARNING) << "Read " << fstabFile << " failed";