HomeSort by relevance Sort by last modified time
    Searched refs:is_mounted (Results 1 - 6 of 6) sorted by null

  /external/e2fsprogs/misc/
fsck.h 73 extern int is_mounted(const char *file);
ismounted.c 187 int is_mounted(const char *file) function
213 if (is_mounted(argv[1]))
fsck.c 988 !(ignore_mounted && is_mounted(fs->device))) {
1024 if (ignore_mounted && is_mounted(fs->device)) {
1322 if (ignore_mounted && is_mounted(fs->device))
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_profile_loader.cc 75 bool is_mounted) {
93 if (is_mounted)
97 if (!is_mounted || !base::SysInfo::IsRunningOnChromeOS())
  /external/f2fs-tools/lib/
libf2fs.c 373 static int is_mounted(const char *mpt, const char *device) function
395 ret = is_mounted(MOUNTED, c->device_name);
405 ret = is_mounted("/proc/mounts", c->device_name);
  /external/chromium_org/chrome/browser/profiles/
profile_manager.cc 187 bool is_mounted) {
192 if (!is_mounted)
    [all...]

Completed in 178 milliseconds