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

  /system/extras/ext4_utils/
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...]
  /external/linux-tools-perf/util/
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);
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 507 milliseconds