/external/perfetto/src/traced/probes/filesystem/ |
H A D | fs_mount.cc | 44 const char* mountpoint = words.cur_token(); local 46 if (stat(mountpoint, &buf) == -1) { 47 PERFETTO_PLOG("stat %s", mountpoint); 50 device_to_mountpoints.emplace(buf.st_dev, mountpoint);
|
/external/autotest/client/profilers/ftrace/ |
H A D | ftrace.py | 20 mountpoint = '/sys/kernel/debug' variable in class:ftrace 21 tracing_dir = os.path.join(mountpoint, 'tracing')
|
/external/autotest/client/tests/tracing_microbenchmark/ |
H A D | tracers.py | 16 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/e2fsprogs/contrib/android/ |
H A D | perms.h | 17 char *mountpoint, 36 char *mountpoint, 14 android_configure_fs(ext2_filsys fs, char *src_dir, char *target_out, char *mountpoint, void *seopts, unsigned int nopt, char *fs_config_file, time_t fixed_time) argument
|
H A D | block_list.c | 10 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 D | fsmap.c | 105 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
|
H A D | basefs_allocator.c | 35 const char *mountpoint) 41 struct ext2fs_hashmap *entries = basefs_parse(file, mountpoint); 34 base_fs_alloc_load(ext2_filsys fs, const char *file, const char *mountpoint) argument
|
H A D | base_fs.c | 8 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 ext2fs_hashmap *basefs_parse(const char *file, const char *mountpoint) argument 114 while ((entry = basefs_readline(f, mountpoint, &err))) 128 static void *init(const char *file, const char *mountpoint) argument 134 params->mountpoint = mountpoint; 182 if (fprintf(params->file, "%s%s ", params->mountpoint,
|
H A D | e2fsdroid.c | 21 static char *mountpoint = ""; variable 35 "\t[-a mountpoint] [-d basefs_in] [-f src_dir] [-e] [-s] image\n", 105 mountpoint = strdup(optarg); 153 retval = base_fs_alloc_load(fs, basefs_in, mountpoint); 176 retval = android_configure_fs(fs, src_dir, product_out, mountpoint, 187 mountpoint); 197 basefs_out, mountpoint);
|
H A D | perms.c | 22 char *mountpoint; member in struct:inode_params 157 /* replace mountpoint from filename with src_dir */ 159 params->filename + strlen(params->mountpoint)) < 0) { 256 char *mountpoint, 269 .path = mountpoint, 270 .filename = mountpoint, 271 .mountpoint = mountpoint, 275 if (strlen(mountpoint) == 1 && mountpoint[ 254 __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 289 android_configure_fs(ext2_filsys fs, char *src_dir, char *target_out, char *mountpoint, struct selinux_opt *seopts EXT2FS_ATTR((unused)), unsigned int nopt EXT2FS_ATTR((unused)), char *fs_config_file, time_t fixed_time) argument [all...] |
/external/perfetto/include/perfetto/tracing/core/ |
H A D | inode_file_config.h | 65 const std::string& mountpoint() const { return mountpoint_; } function in class:perfetto::InodeFileConfig::MountPointMappingEntry
|
/external/minijail/ |
H A D | libminijail.c | 91 struct mountpoint { struct 98 struct mountpoint *next; 176 struct mountpoint *mounts_head; 177 struct mountpoint *mounts_tail; 198 struct mountpoint *m = j->mounts_head; 589 struct mountpoint *b; 699 struct mountpoint *m; 962 void marshal_mount(struct marshal_state *state, const struct mountpoint *m) 976 struct mountpoint *m = NULL; 1358 static int mount_one(const struct minijail *j, struct mountpoint * [all...] |