Searched refs:mnt_dir (Results 1 – 12 of 12) sorted by relevance
/external/e2fsprogs/misc/ |
D | ismounted.c | 88 char buf[1024], *device = 0, *mnt_dir = 0, *cp; in check_mntent_file() local 105 device = mnt_dir = 0; in check_mntent_file() 114 mnt_dir = parse_word(&cp); in check_mntent_file() 135 if (mnt_dir == 0) { in check_mntent_file() 157 if (stat(mnt_dir, &st_buf) < 0) { in check_mntent_file() 162 mtab_file, mnt_dir); in check_mntent_file() 171 mtab_file, file, mnt_dir); in check_mntent_file()
|
D | e4defrag.c | 298 strncpy(mount_point, mnt->mnt_dir, in get_mount_point() 354 len = strlen(mnt->mnt_dir); in is_ext4() 355 ret = memcmp(file_path, mnt->mnt_dir, len); in is_ext4() 371 strncpy(lost_found_dir, mnt->mnt_dir, PATH_MAX); in is_ext4()
|
/external/e2fsprogs/lib/ext2fs/ |
D | ismounted.c | 161 if (stat(mnt->mnt_dir, &st_buf) < 0) { in check_mntent_file() 166 mtab_file, mnt->mnt_dir); in check_mntent_file() 175 mtab_file, file, mnt->mnt_dir); in check_mntent_file() 189 strncpy(mtpt, mnt->mnt_dir, mtlen); in check_mntent_file() 196 if (!strcmp(mnt->mnt_dir, "/")) { in check_mntent_file()
|
/external/chromium_org/components/storage_monitor/ |
D | mtab_watcher_linux.cc | 75 device_map[base::FilePath(entry.mnt_dir)] = in ReadMtab()
|
D | storage_monitor_linux_unittest.cc | 294 entry.mnt_dir = const_cast<char*>(data[i].mount_point.c_str()); in WriteToMtab()
|
/external/fio/ |
D | cgroup.c | 42 mntpoint = smalloc_strdup(mnt->mnt_dir); in find_cgroup_mnt()
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/linux/ |
D | SDL_syscdrom.c | 245 mtab, mnt_dev, mntent->mnt_dir, mnt_type); in CheckMounts()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.h | 369 char *mnt_dir; member
|
D | sanitizer_platform_limits_posix.cc | 1026 CHECK_SIZE_AND_OFFSET(mntent, mnt_dir);
|
D | sanitizer_common_interceptors.inc | 3000 if (mnt->mnt_dir) 3001 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, mnt->mnt_dir, 3002 REAL(strlen)(mnt->mnt_dir) + 1);
|
/external/ppp/pppd/ |
D | sys-linux.c | 1401 strlcpy(proc_path, mntent->mnt_dir, sizeof(proc_path)); in path_to_procfs()
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1993 ASSERT_NE(0U, strlen(mnt->mnt_dir)); in TEST() 2008 ASSERT_NE(0U, strlen(mnt->mnt_dir)); in TEST()
|