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

  /external/autotest/client/site_tests/platform_CryptohomeMount/
platform_CryptohomeMount.py 33 if proxy.is_mounted(test_user):
41 if proxy.is_mounted(test_user):
  /external/e2fsprogs/misc/
fsck.h 73 extern int is_mounted(const char *file);
ismounted.c 188 int is_mounted(const char *file) function
214 if (is_mounted(argv[1]))
fsck.c 989 !(ignore_mounted && is_mounted(fs->device))) {
1025 if (ignore_mounted && is_mounted(fs->device)) {
1323 if (ignore_mounted && is_mounted(fs->device))
  /external/f2fs-tools/lib/
libf2fs.c 583 static int is_mounted(const char *mpt, const char *device) function
618 ret = is_mounted("/proc/mounts", path);
624 ret = is_mounted(MOUNTED, path);
636 ret = is_mounted("/proc/mounts", "/dev/root");

Completed in 240 milliseconds