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

  /system/extras/ext4_utils/
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,
  /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 685 milliseconds