Searched refs:g_fstab (Results 1 – 1 of 1) sorted by relevance
32 static Fstab *g_fstab = nullptr; variable49 FstabItem *item = FindFstabItemForPath(*g_fstab, path.c_str()); in GetMountStatusForPath()66 if ((g_fstab = ReadFstabFromFile(fstabFile.c_str(), false)) == nullptr) { in LoadFstab()72 for (FstabItem *item = g_fstab->head; item != nullptr; item = item->next) { in LoadFstab()89 FstabItem *item = FindFstabItemForPath(*g_fstab, path.c_str()); in UmountForPath()113 FstabItem *item = FindFstabItemForPath(*g_fstab, path.c_str()); in MountForPath()168 FstabItem *item = FindFstabItemForPath(*g_fstab, path.c_str()); in FormatPartition()207 if (g_fstab == NULL || g_fstab->head == NULL) { in SetupPartitions()211 for (const FstabItem *item = g_fstab->head; item != nullptr; item = item->next) { in SetupPartitions()244 if (g_fstab != nullptr) { in GetBlockDeviceByMountPoint()[all …]