/system/extras/ext4_utils/ |
make_ext4fs.h | 27 const char *mountpoint, struct selabel_handle *sehnd); 29 const char *mountpoint, struct selabel_handle *sehnd);
|
make_ext4fs_main.c | 54 fprintf(stderr, " [ -L <label> ] [ -f ] [ -a <android mountpoint> ]\n"); 65 char *mountpoint = NULL; local 108 mountpoint = optarg; 154 if (!sehnd && mountpoint) { 203 exitcode = make_ext4fs_internal(fd, directory, mountpoint, fs_config_func, gzip,
|
make_ext4fs.c | 372 const char *mountpoint, struct selabel_handle *sehnd) 377 return make_ext4fs_internal(fd, NULL, mountpoint, NULL, 0, 1, 0, 0, sehnd, 0); 381 const char *mountpoint, struct selabel_handle *sehnd) 395 status = make_ext4fs_internal(fd, NULL, mountpoint, NULL, 0, 0, 0, 1, sehnd, 0); 465 char *mountpoint; local 472 mountpoint = strdup(""); 474 mountpoint = canonicalize_abs_slashes(_mountpoint); 569 root_inode_num = build_directory_structure(directory, mountpoint, 0, 582 if (selabel_lookup(sehnd, &secontext, mountpoint, S_IFDIR) < 0) { 583 error("cannot lookup security context for %s", mountpoint); [all...] |
ext4_utils.h | 189 const char *mountpoint, fs_config_func_t fs_config_func, int gzip,
|
/system/vold/ |
Ext4.h | 24 static int doMount(const char *fsPath, const char *mountPoint, bool ro, bool remount, 26 static int format(const char *fsPath, const char *mountpoint);
|
Ext4.cpp | 48 int Ext4::doMount(const char *fsPath, const char *mountPoint, bool ro, bool remount, 59 rc = mount(fsPath, mountPoint, "ext4", flags, NULL); 64 rc = mount(fsPath, mountPoint, "ext4", flags, NULL); 70 int Ext4::format(const char *fsPath, const char *mountpoint) { 79 args[3] = mountpoint;
|
cryptfs.c | 1014 static int wait_and_unmount(char *mountpoint) 1021 if (umount(mountpoint)) { 1023 /* EINVAL is returned if the directory is not a mountpoint, 1036 SLOGD("unmounting %s succeeded\n", mountpoint); 1039 SLOGE("unmounting %s failed\n", mountpoint); [all...] |
/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...] |
/external/chromium_org/chrome/installer/mac/ |
dmgdiffer.sh | 115 if ! hdiutil attach "${1}" -mountpoint "${2}" \
|
pkg-dmg | 323 # If hdiutil attach -mountpoint exists, use it to avoid 339 # Using hdiutil attach -mountpoint didn't always keep images 397 # hdiutil attach does not support -mountpoint [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/js/ |
directory_model.js | 274 * @return {string} Filesystem URL representing the mountpoint for the current [all...] |
/prebuilts/misc/common/tradefed/ |
tradefed-prebuilt.jar | |