HomeSort by relevance Sort by last modified time
    Searched refs:mountpoint (Results 1 - 24 of 24) sorted by null

  /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 55 fprintf(stderr, " [ -L <label> ] [ -f ] [ -a <android mountpoint> ]\n");
66 char *mountpoint = NULL; local
111 mountpoint = optarg;
170 if (!sehnd && mountpoint) {
186 } else if (mountpoint) {
229 exitcode = make_ext4fs_internal(fd, directory, mountpoint, fs_config_func, gzip,
make_ext4fs.c 394 const char *mountpoint, struct selabel_handle *sehnd)
399 return make_ext4fs_internal(fd, NULL, mountpoint, NULL, 0, 1, 0, 0, sehnd, 0, -1, NULL);
403 const char *mountpoint, struct selabel_handle *sehnd)
417 status = make_ext4fs_internal(fd, NULL, mountpoint, NULL, 0, 0, 0, 1, sehnd, 0, -1, NULL);
491 char *mountpoint; local
498 mountpoint = strdup("");
500 mountpoint = canonicalize_abs_slashes(_mountpoint);
592 root_inode_num = build_default_directory_structure(mountpoint, sehnd);
595 root_inode_num = build_directory_structure(directory, mountpoint, 0,
598 root_inode_num = build_default_directory_structure(mountpoint, sehnd)
    [all...]
ext4_utils.h 159 const char *mountpoint, fs_config_func_t fs_config_func, int gzip,
  /external/qemu/distrib/ext4_utils/include/
make_ext4fs.h 27 const char *mountpoint, struct selabel_handle *sehnd);
30 const char *mountpoint, struct selabel_handle *sehnd,
34 const char *mountpoint, struct selabel_handle *sehnd);
  /system/extras/f2fs_utils/
make_f2fs.h 27 const char *mountpoint, struct selabel_handle *sehnd);
f2fs_utils.c 61 const char *mountpoint, struct selabel_handle *sehnd)
  /external/linux-tools-perf/perf-3.12.0/tools/lib/lk/
debugfs.c 62 /* verify that a mountpoint is actually a debugfs instance */
77 char *debugfs_mount(const char *mountpoint)
87 if (mountpoint == NULL) {
89 mountpoint = getenv(PERF_DEBUGFS_ENVIRONMENT);
91 if (mountpoint == NULL)
92 mountpoint = "/sys/kernel/debug";
95 if (mount(NULL, mountpoint, "debugfs", 0, NULL) < 0)
98 /* save the mountpoint */
100 strncpy(debugfs_mountpoint, mountpoint, sizeof(debugfs_mountpoint));
debugfs.h 25 char *debugfs_mount(const char *mountpoint);
  /external/qemu/android/filesystems/
ext4_utils.h 23 // of |size| bytes. |mountPoint| is the name of the corresponding
28 const char *mountpoint);
ext4_utils.cpp 73 const char *mountpoint) {
74 int ret = ::make_ext4fs(filePath, size, mountpoint, NULL);
  /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, unsigned int numSectors, const char *mountpoint);
Ext4.cpp 49 int Ext4::doMount(const char *fsPath, const char *mountPoint, bool ro, bool remount,
60 rc = mount(fsPath, mountPoint, "ext4", flags, NULL);
65 rc = mount(fsPath, mountPoint, "ext4", flags, NULL);
114 int Ext4::format(const char *fsPath, unsigned int numSectors, const char *mountpoint) {
123 args[3] = mountpoint;
cryptfs.c     [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
cgroup.c 14 char mountpoint[PATH_MAX + 1], tokens[PATH_MAX + 1], type[PATH_MAX + 1]; local
29 mountpoint, type, tokens) == 3) {
50 if (strlen(mountpoint) < maxlen) {
51 strcpy(buf, mountpoint);
util.c 248 static void set_tracing_events_path(const char *mountpoint)
251 mountpoint, "tracing/events");
254 const char *perf_debugfs_mount(const char *mountpoint)
258 mnt = debugfs_mount(mountpoint);
util.h 81 extern void perf_debugfs_set_path(const char *mountpoint);
82 const char *perf_debugfs_mount(const char *mountpoint);
  /external/qemu/distrib/ext4_utils/src/
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 390 const char *mountpoint, struct selabel_handle *sehnd)
395 return make_ext4fs_internal(fd, NULL, mountpoint, NULL, 0, 1, 0, 0, sehnd, 0);
399 const char *mountpoint, struct selabel_handle *sehnd)
413 status = make_ext4fs_internal(fd, NULL, mountpoint, NULL, 0, 0, 0, 1, sehnd, 0);
486 char *mountpoint; local
493 mountpoint = strdup("");
495 mountpoint = canonicalize_abs_slashes(_mountpoint);
587 root_inode_num = build_default_directory_structure(mountpoint, sehnd);
590 root_inode_num = build_directory_structure(directory, mountpoint, 0,
593 root_inode_num = build_default_directory_structure(mountpoint, sehnd)
    [all...]
ext4_utils.h 155 const char *mountpoint, fs_config_func_t fs_config_func, int gzip,
  /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/tools/usb_gadget/
linux_gadgetfs.py 85 def __init__(self, hardware, mountpoint='/dev/gadget'):
90 mountpoint: Gadget filesystem mount point.
93 self._ep_dir = mountpoint
  /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...]

Completed in 280 milliseconds