/system/extras/ext4_utils/ |
make_ext4fs.h | 39 const char *mountpoint, struct selabel_handle *sehnd); 41 char *mountpoint, fs_config_func_t fs_config_func, int gzip, int sparse,
|
make_ext4fs_main.c | 44 fprintf(stderr, " [ -L <label> ] [ -f ] [ -a <android mountpoint> ]\n"); 55 char *mountpoint = ""; local 98 mountpoint = optarg; 178 exitcode = make_ext4fs_internal(fd, directory, mountpoint, fs_config_func, gzip,
|
make_ext4fs.c | 305 const char *mountpoint, struct selabel_handle *sehnd) 319 status = make_ext4fs_internal(fd, NULL, mountpoint, NULL, 0, 0, 0, 1, 0, sehnd); 326 char *mountpoint, fs_config_func_t fs_config_func, int gzip, int sparse, 421 root_inode_num = build_directory_structure(directory, mountpoint, 0, 435 if (mountpoint[0] == '/') 436 sepath = strdup(mountpoint); 438 asprintf(&sepath, "/%s", mountpoint);
|
/external/linux-tools-perf/util/ |
debugfs.c | 84 /* verify that a mountpoint is actually a debugfs instance */ 115 char *debugfs_mount(const char *mountpoint) 126 if (mountpoint == NULL) { 128 mountpoint = getenv(PERF_DEBUGFS_ENVIRONMENT); 130 if (mountpoint == NULL) 131 mountpoint = "/sys/kernel/debug"; 134 if (mount(NULL, mountpoint, "debugfs", 0, NULL) < 0) 137 /* save the mountpoint */ 138 strncpy(debugfs_mountpoint, mountpoint, sizeof(debugfs_mountpoint));
|
debugfs.h | 18 extern char *debugfs_mount(const char *mountpoint);
|
cgroup.c | 15 char mountpoint[MAX_PATH+1], tokens[MAX_PATH+1], type[MAX_PATH+1]; local 30 mountpoint, type, tokens) == 3) { 51 if (strlen(mountpoint) < maxlen) { 52 strcpy(buf, mountpoint);
|
/external/kernel-headers/original/linux/ |
mount.h | 40 struct dentry *mnt_mountpoint; /* dentry of mountpoint */ 94 extern void shrink_submounts(struct vfsmount *mountpoint, struct list_head *mounts);
|
/external/libsepol/tests/policies/test-cond/ |
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...] |
/system/vold/ |
cryptfs.c | 587 static int wait_and_unmount(char *mountpoint) 594 if (umount(mountpoint)) { 596 /* EINVAL is returned if the directory is not a mountpoint, 609 SLOGD("unmounting %s succeeded\n", mountpoint); 612 SLOGE("unmounting %s failed\n", mountpoint); [all...] |
/prebuilts/misc/common/tradefed/ |
tradefed-prebuilt.jar | |