Home
last modified time | relevance | path

Searched refs:mountpoint (Results 1 – 25 of 63) sorted by relevance

123

/external/autotest/client/bin/
Dpartition.py81 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 …]
Dxfstest_util.py53 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
Djob.py761 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/
Dbase_fs.c8 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()
Dperms.c22 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 …]
Dblock_list.c10 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()
De2fsdroid.c30 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()
Dfsmap.h14 void* (* init)(const char *file, const char *mountpoint);
27 const char *file, const char *mountpoint);
Dperms.h36 char *mountpoint, in android_configure_fs() argument
57 char *mountpoint,
Dfsmap.c105 const char *file, const char *mountpoint) in fsmap_iter_filsys() argument
110 format->private = format->init(file, mountpoint); in fsmap_iter_filsys()
Dbasefs_allocator.c35 const char *mountpoint) in base_fs_alloc_load() argument
41 struct ext2fs_hashmap *entries = basefs_parse(file, mountpoint); in base_fs_alloc_load()
Dbase_fs.h16 struct ext2fs_hashmap *basefs_parse(const char *file, const char *mountpoint);
Dbasefs_allocator.h8 const char *mountpoint);
/external/ltp/testcases/kernel/fs/fs_bind/regression/
D00_Descriptions.txt25 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/
Dfs_mount.cc44 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/
Dlttng.py51 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/
Dwasm_typescript_declaration.d.ts40 mount(type: Wasm.FileSystemType, opts: any, mountpoint: string): any;
41 unmount(mountpoint: string): void;
42 unlink(mountpoint: string): void;
/external/autotest/client/samples/
Dfilesystem17 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)
Dcontrol.fs23 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/
Dtracers.py16 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/
Dinode_file_config.cc152 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/
Dblktrace.py14 self.mountpoint = '/sys/kernel/debug'
48 result = utils.system("mount | grep '%s'" % self.mountpoint,
/external/autotest/client/cros/
Dverity_utils.py90 if self.mountpoint is not None:
91 system('umount %s' % self.mountpoint)
92 self.mountpoint = None
/external/autotest/client/profilers/ftrace/
Dftrace.py20 mountpoint = '/sys/kernel/debug' variable in ftrace
21 tracing_dir = os.path.join(mountpoint, 'tracing')
/external/selinux/libsepol/tests/policies/test-cond/
Drefpolicy-base.conf646 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 …]

123