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

/external/ltp/testcases/kernel/fs/fs_bind/regression/
H A 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/e2fsprogs/contrib/android/
H A Dbase_fs.h16 struct hashmap *basefs_parse(const char *file, const char *mountpoint);
H A Dfsmap.h14 void* (* init)(const char *file, const char *mountpoint);
27 const char *file, const char *mountpoint);
H A Dperms.h17 char *mountpoint,
35 char *mountpoint,
14 android_configure_fs(ext2_filsys fs, char *src_dir, char *target_out, char *mountpoint, char *file_contexts, char *fs_config_file, time_t fixed_time) argument
H A Dblock_list.c10 const char *mountpoint; member in struct:block_list
19 static void *init(const char *file, const char *mountpoint) argument
25 params->mountpoint = mountpoint;
68 if (fprintf(params->f, "%s%s ", params->mountpoint,
H A Dbasefs_allocator.h8 const char *mountpoint);
H A De2fsdroid.c19 static char *mountpoint = ""; variable
32 "\t[-a mountpoint] [-d basefs_in] [-f src_dir] [-e] image\n",
82 mountpoint = strdup(optarg);
119 retval = base_fs_alloc_load(fs, basefs_in, mountpoint);
142 retval = android_configure_fs(fs, src_dir, product_out, mountpoint,
153 mountpoint);
163 basefs_out, mountpoint);
H A Dperms.c22 char *mountpoint; member in struct:inode_params
157 /* replace mountpoint from filename with src_dir */
159 params->filename + strlen(params->mountpoint)) < 0)
255 char *mountpoint,
268 .path = mountpoint,
269 .filename = mountpoint,
270 .mountpoint = mountpoint,
274 if (strlen(mountpoint) == 1 && mountpoint[
253 __android_configure_fs(ext2_filsys fs, char *src_dir, char *target_out, char *mountpoint, fs_config_f fs_config_func, struct selabel_handle *sehnd, time_t fixed_time) argument
288 android_configure_fs(ext2_filsys fs, char *src_dir, char *target_out, char *mountpoint, char *file_contexts, char *fs_config_file, time_t fixed_time) argument
[all...]
H A Dbase_fs.c8 const char *mountpoint; member in struct:base_fs
36 static struct basefs_entry *basefs_readline(FILE *f, const char *mountpoint, argument
61 len = strlen(mountpoint);
102 struct hashmap *basefs_parse(const char *file, const char *mountpoint) argument
114 while ((entry = basefs_readline(f, mountpoint, &err)))
127 static void *init(const char *file, const char *mountpoint) argument
133 params->mountpoint = mountpoint;
181 if (fprintf(params->file, "%s%s ", params->mountpoint,
H A Dbasefs_allocator.c35 const char *mountpoint)
41 struct hashmap *entries = basefs_parse(file, mountpoint);
34 base_fs_alloc_load(ext2_filsys fs, const char *file, const char *mountpoint) argument
H A Dfsmap.c105 const char *file, const char *mountpoint)
110 format->private = format->init(file, mountpoint);
104 fsmap_iter_filsys(ext2_filsys fs, struct fsmap_format *format, const char *file, const char *mountpoint) argument
/external/autotest/client/tests/tracing_microbenchmark/
H A Dtracers.py16 mountpoint = '/sys/kernel/debug' variable in class:ftrace
17 tracing_dir = os.path.join(mountpoint, 'tracing')
21 utils.system('mount -t debugfs debugfs %s' % self.mountpoint)
/external/autotest/client/profilers/lttng/
H A 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/autotest/client/bin/
H A Dpartition.py81 def wipe_filesystem(job, mountpoint):
82 wipe_cmd = 'rm -rf %s/*' % mountpoint
343 @param mountpoint_func: A callable that returns a mountpoint given a
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):
388 self.mountpoint = mountpoint
428 mountpoint = mountpoint_func(self)
429 if not mountpoint
[all...]
H A Djob.py728 def partition(self, device, loop_size=0, mountpoint=None):
733 @param mountpoint: Specify a directory to mount to. If not specified
740 if not mountpoint:
741 mountpoint = self.tmpdir
742 return partition_lib.partition(self, device, loop_size, mountpoint)
745 def filesystem(self, device, mountpoint=None, loop_size=0):
750 return self.partition(device, loop_size, mountpoint)
/external/ltp/testcases/kernel/syscalls/quotactl/
H A Dquotactl01.c81 static char *block_dev, *mountpoint, *quota_file, *quota_loc = NULL; variable
152 snprintf(quota_loc, FILENAME_MAX, "%s/%s", mountpoint, quota_file);
209 {.option = "m:",.flag = &mountpoint_FLAG,.arg = &mountpoint},
/external/autotest/client/profilers/blktrace/
H A Dblktrace.py14 self.mountpoint = '/sys/kernel/debug'
48 result = utils.system("mount | grep '%s'" % self.mountpoint,
/external/autotest/client/profilers/ftrace/
H A Dftrace.py20 mountpoint = '/sys/kernel/debug' variable in class:ftrace
21 tracing_dir = os.path.join(mountpoint, 'tracing')
/external/autotest/client/cros/
H A Dverity_utils.py85 for attr in ['mountpoint', 'device', 'loop', 'file', 'hash_file']:
90 if self.mountpoint is not None:
91 system('umount %s' % self.mountpoint)
92 self.mountpoint = None
/external/selinux/libsepol/tests/policies/test-cond/
H A 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...]
/external/minijail/
H A Dlibminijail.c111 struct mountpoint { struct
118 struct mountpoint *next;
179 struct mountpoint *mounts_head;
180 struct mountpoint *mounts_tail;
571 struct mountpoint *b;
651 struct mountpoint *m;
863 void marshal_mount(struct marshal_state *state, const struct mountpoint *m)
877 struct mountpoint *m = NULL;
1057 struct mountpoint *m = j->mounts_head;
1137 static int mount_one(const struct minijail *j, struct mountpoint *
[all...]
/external/ltp/testcases/kernel/fs/doio/
H A Drwtest338 (while read fs blks used avail cap mountpoint
/external/toybox/
H A DAndroid.mk111 toys/other/mountpoint.c \
322 mountpoint \
/external/toybox/generated/
H A Dnewtoys.h153 USE_MOUNTPOINT(NEWTOY(mountpoint, "<1qdx[-dx]", TOYFLAG_BIN))
H A Dflags.h1666 // mountpoint <1qdx[-dx] <1qdx[-dx]
4588 #define TT this.mountpoint

Completed in 857 milliseconds