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

  /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...]
  /system/extras/ext4_utils/
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...]
  /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);

Completed in 124 milliseconds