/external/autotest/client/bin/ |
D | partition.py | 81 def wipe_filesystem(job, mountpoint): argument 82 wipe_cmd = 'rm -rf %s/*' % mountpoint 360 mountpoint = mountpoint_func(partitions[0]) 363 job.run_test(test, tag=tag, partitions=partitions, dir=mountpoint, **dargs) 376 def __init__(self, job, device, loop_size=0, mountpoint=None): argument 388 self.mountpoint = mountpoint 428 mountpoint = mountpoint_func(self) 429 if not mountpoint: 433 if not os.path.isdir(mountpoint): 434 os.makedirs(mountpoint) [all …]
|
D | xfstest_util.py | 53 mountpoint = os.path.join(job.tmpdir, file_name) 54 if not os.path.isdir(mountpoint): 55 os.makedirs(mountpoint) 58 device=self.env_device[name], mountpoint=mountpoint) 67 test_dir = self.env_partition['TEST'].mountpoint 70 os.environ['SCRATCH_MNT'] = self.env_partition['SCRATCH'].mountpoint
|
D | job.py | 761 def partition(self, device, loop_size=0, mountpoint=None): argument 773 if not mountpoint: 774 mountpoint = self.tmpdir 775 return partition_lib.partition(self, device, loop_size, mountpoint) 778 def filesystem(self, device, mountpoint=None, loop_size=0): argument 783 return self.partition(device, loop_size, mountpoint)
|
/external/e2fsprogs/contrib/android/ |
D | base_fs.c | 8 const char *mountpoint; member 36 static struct basefs_entry *basefs_readline(FILE *f, const char *mountpoint, in basefs_readline() argument 61 len = strlen(mountpoint); in basefs_readline() 102 struct ext2fs_hashmap *basefs_parse(const char *file, const char *mountpoint) in basefs_parse() argument 114 while ((entry = basefs_readline(f, mountpoint, &err))) in basefs_parse() 128 static void *init(const char *file, const char *mountpoint) in init() argument 134 params->mountpoint = mountpoint; in init() 182 if (fprintf(params->file, "%s%s ", params->mountpoint, in end_new_file()
|
D | perms.c | 22 char *mountpoint; member 135 if (strcmp(filename, params->mountpoint) == 0) { in set_perms_and_caps() 186 params->filename + strlen(params->mountpoint)) < 0) { in set_timestamp() 288 char *mountpoint, in __android_configure_fs() argument 303 .path = mountpoint, in __android_configure_fs() 304 .filename = mountpoint, in __android_configure_fs() 305 .mountpoint = mountpoint, in __android_configure_fs() 312 if (strlen(mountpoint) == 1 && mountpoint[0] == '/') in __android_configure_fs() 327 char *mountpoint, in android_configure_fs() argument 369 } else if (mountpoint) in android_configure_fs() [all …]
|
D | block_list.c | 10 const char *mountpoint; member 19 static void *init(const char *file, const char *mountpoint) in init() argument 25 params->mountpoint = mountpoint; in init() 68 if (fprintf(params->f, "%s%s ", params->mountpoint, in end_new_file()
|
D | e2fsdroid.c | 30 static char *mountpoint = ""; variable 246 mountpoint = strdup(optarg); in main() 304 retval = base_fs_alloc_load(fs, basefs_in, mountpoint); in main() 328 fs, src_dir, product_out, mountpoint, seopt_file, in main() 339 mountpoint); in main() 349 basefs_out, mountpoint); in main()
|
D | fsmap.h | 14 void* (* init)(const char *file, const char *mountpoint); 27 const char *file, const char *mountpoint);
|
D | perms.h | 36 char *mountpoint, in android_configure_fs() argument 57 char *mountpoint,
|
D | fsmap.c | 105 const char *file, const char *mountpoint) in fsmap_iter_filsys() argument 110 format->private = format->init(file, mountpoint); in fsmap_iter_filsys()
|
D | basefs_allocator.c | 35 const char *mountpoint) in base_fs_alloc_load() argument 41 struct ext2fs_hashmap *entries = basefs_parse(file, mountpoint); in base_fs_alloc_load()
|
D | base_fs.h | 16 struct ext2fs_hashmap *basefs_parse(const char *file, const char *mountpoint);
|
D | basefs_allocator.h | 8 const char *mountpoint);
|
/external/ltp/testcases/kernel/fs/fs_bind/regression/ |
D | 00_Descriptions.txt | 25 test01 - bind unshared directory to unshare mountpoint. 26 test02 - rbind unshared directory to unshare mountpoint. 27 test03 - move unshared directory to unshare mountpoint. 32 bind unshared directory to unshare mountpoint. 37 rbind unshared directory to unshare mountpoint. 42 move unshared directory to unshare mountpoint.
|
/external/perfetto/src/traced/probes/filesystem/ |
D | fs_mount.cc | 44 const char* mountpoint = words.cur_token(); in ParseMounts() local 46 if (stat(mountpoint, &buf) == -1) { in ParseMounts() 47 PERFETTO_PLOG("stat %s", mountpoint); in ParseMounts() 50 device_to_mountpoints.emplace(buf.st_dev, mountpoint); in ParseMounts()
|
/external/autotest/client/profilers/lttng/ |
D | lttng.py | 51 self.mountpoint = '/mnt/debugfs' 56 if not os.path.exists(self.mountpoint): 57 os.mkdir(self.mountpoint) 59 utils.system('mount -t debugfs debugfs ' + self.mountpoint, 96 (self.lttctl, self.mountpoint, self.output))
|
/external/perfetto/gn/standalone/ |
D | wasm_typescript_declaration.d.ts | 40 mount(type: Wasm.FileSystemType, opts: any, mountpoint: string): any; 41 unmount(mountpoint: string): void; 42 unlink(mountpoint: string): void;
|
/external/autotest/client/samples/ |
D | filesystem | 17 job.run_test('fsx', dir=part.mountpoint, tag=fstype) 18 job.run_test('iozone', dir=part.mountpoint, tag=fstype) 19 job.run_test('dbench', dir=part.mountpoint, tag=fstype)
|
D | control.fs | 23 job.run_test('fsx', dir=partition.mountpoint, tag=fstype) 24 job.run_test('iozone', dir=partition.mountpoint, tag=fstype) 25 job.run_test('dbench', dir=partition.mountpoint, tag=fstype)
|
/external/autotest/client/tests/tracing_microbenchmark/ |
D | tracers.py | 16 mountpoint = '/sys/kernel/debug' variable in ftrace 17 tracing_dir = os.path.join(mountpoint, 'tracing') 21 utils.system('mount -t debugfs debugfs %s' % self.mountpoint)
|
/external/perfetto/src/tracing/core/ |
D | inode_file_config.cc | 152 static_assert(sizeof(mountpoint_) == sizeof(proto.mountpoint()), in FromProto() 154 mountpoint_ = static_cast<decltype(mountpoint_)>(proto.mountpoint()); in FromProto() 170 static_assert(sizeof(mountpoint_) == sizeof(proto->mountpoint()), in ToProto() 173 static_cast<decltype(proto->mountpoint())>(mountpoint_)); in ToProto()
|
/external/autotest/client/profilers/blktrace/ |
D | blktrace.py | 14 self.mountpoint = '/sys/kernel/debug' 48 result = utils.system("mount | grep '%s'" % self.mountpoint,
|
/external/autotest/client/cros/ |
D | verity_utils.py | 90 if self.mountpoint is not None: 91 system('umount %s' % self.mountpoint) 92 self.mountpoint = None
|
/external/autotest/client/profilers/ftrace/ |
D | ftrace.py | 20 mountpoint = '/sys/kernel/debug' variable in ftrace 21 tracing_dir = os.path.join(mountpoint, 'tracing')
|
/external/selinux/libsepol/tests/policies/test-cond/ |
D | refpolicy-base.conf | 646 attribute mountpoint; 847 type default_t, file_type, mountpoint; 850 type file_t, file_type, mountpoint; 851 type home_root_t, file_type, mountpoint; 853 type mnt_t, file_type, mountpoint; 858 type root_t, file_type, mountpoint; 859 type src_t, file_type, mountpoint; 861 type tmp_t, mountpoint; #, polydir 862 type usr_t, file_type, mountpoint; 863 type var_t, file_type, mountpoint; [all …]
|