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

  /system/core/run-as/
package.c 233 char subpath[PATH_MAX]; local
245 if (nn >= (int)(sizeof subpath)) {
250 /* reject any '..' subpath */
259 /* copy to 'subpath', then check ownership */
260 memcpy(subpath, dataPath, nn);
261 subpath[nn] = '\0';
263 if (check_directory_ownership(subpath, AID_SYSTEM) < 0)
  /device/generic/goldfish-opengl/
common.mk 245 # For example: $(call emugl-set-shared-library-subpath,egl)
248 emugl-set-shared-library-subpath = \
254 emugl-set-shared-library-subpath = \
  /external/squashfs-tools/squashfs-tools/
mksquashfs.h 36 char *subpath; member in struct:dir_info
action.h 215 char *subpath; member in struct:action_data
mksquashfs.c 328 struct dir_info *scan1_opendir(char *pathname, char *subpath, int depth);
816 static char *subpath = NULL; local
820 if(subpath == NULL) {
821 subpath = malloc(ALLOC_SIZE);
822 if(subpath == NULL)
827 if(dir_ent->our_dir->subpath[0] != '\0')
828 res = snprintf(subpath, size, "%s/%s",
829 dir_ent->our_dir->subpath, dir_ent->name);
831 res = snprintf(subpath, size, "/%s", dir_ent->name);
837 * subpath is too small to contain the result, s
3488 char *subpath = NULL; local
3689 char *subpath = strdup(subpathname(dir_ent)); local
    [all...]
  /external/skia/src/gpu/batches/
GrDefaultPathRenderer.cpp 451 int subpath = 0; local
463 ++subpath;
  /external/icu/icu4c/source/tools/tzcode/
zdump.c 1077 char subpath[FILENAME_MAX + 1]; local
1084 strcpy(subpath, relpath);
1085 strcat(subpath, "/");
1086 strcat(subpath, dir->d_name);
1088 strcpy(subpath, dir->d_name);
1090 getzones(basedir, subpath, last, count);
  /external/iproute2/tc/
tc_bpf.c 688 const char *subpath; member in struct:bpf_hash_entry
918 return entry ? entry->subpath : NULL;
1510 char subpath[PATH_MAX]; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/github/marschall/memoryfilesystem/0.6.4/
memoryfilesystem-0.6.4.jar 
  /prebuilts/tools/common/m2/repository/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 
hibernate-annotations.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 2942 milliseconds