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

  /system/core/run-as/
run-as.cpp 99 char subpath[PATH_MAX]; local
108 if (nn >= (int)(sizeof subpath)) return false;
110 /* reject any '..' subpath */
118 /* copy to 'subpath', then check ownership */
119 memcpy(subpath, data_path, nn);
120 subpath[nn] = '\0';
122 if (!check_directory(subpath, AID_SYSTEM)) return false;
  /external/syslinux/extlinux/
mountinfo.c 195 const struct mountinfo *find_mount(const char *path, char **subpath)
216 * Tricky business: we need the longest matching subpath
217 * which isn't a parent of the same subpath.
240 if (best && subpath) {
242 *subpath = strdup("/");
244 *subpath = strdup(real_path + best->pathlen);
256 char *subpath; local
261 m = find_mount(argv[i], &subpath);
268 argv[i], subpath, m->devpath, major(m->dev), minor(m->dev),
271 free(subpath);
    [all...]
main.c 239 char *dirpath, *subpath, *xdirpath; local
255 subpath = strchr(dirpath, '\0');
257 if (*subpath == '/') {
258 if (subpath > dirpath) {
259 *subpath = '\0';
265 subpath = strchr(subpath+1, '/');
266 if (!subpath)
267 subpath = "/"; /* It's the root of the filesystem */
270 *subpath = '/'
    [all...]
  /libcore/ojluni/src/main/java/java/nio/file/
Path.java 48 * {@link #getParent getParent}, {@link #getRoot getRoot}, and {@link #subpath
49 * subpath} methods to access the path components or a subsequence of its name
155 * subpath(0, getNameCount()-1);
215 Path subpath(int beginIndex, int endIndex); method in interface:Path
    [all...]
  /device/generic/goldfish-opengl/
common.mk 253 # For example: $(call emugl-set-shared-library-subpath,egl)
256 emugl-set-shared-library-subpath = \
262 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 334 struct dir_info *scan1_opendir(char *pathname, char *subpath, int depth);
840 static char *subpath = NULL; local
844 if(subpath == NULL) {
845 subpath = malloc(ALLOC_SIZE);
846 if(subpath == NULL)
851 if(dir_ent->our_dir->subpath[0] != '\0')
852 res = snprintf(subpath, size, "%s/%s",
853 dir_ent->our_dir->subpath, dir_ent->name);
855 res = snprintf(subpath, size, "/%s", dir_ent->name);
861 * subpath is too small to contain the result, s
3539 char *subpath = NULL; local
3740 char *subpath = strdup(subpathname(dir_ent)); local
    [all...]
  /external/syslinux/gpxe/src/interface/efi/
efi_snp.c 885 EFI_DEVICE_PATH_PROTOCOL *subpath; local
908 subpath = path;
909 while ( subpath->Type != END_DEVICE_PATH_TYPE ) {
910 subpath_len = ( ( subpath->Length[1] << 8 ) |
911 subpath->Length[0] );
913 subpath = ( ( ( void * ) subpath ) + subpath_len );
975 subpath = ( ( void * ) ( macpath + 1 ) );
983 memset ( subpath, 0, sizeof ( *subpath ) );
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixPath.java 340 public UnixPath subpath(int beginIndex, int endIndex) { method in class:UnixPath
437 UnixPath remainder = other.subpath(i, cn);
  /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/jdk/jdk8/darwin-x86/jre/lib/ext/
zipfs.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
zipfs.jar 
  /prebuilts/tools/common/m2/repository/com/github/marschall/memoryfilesystem/0.6.4/
memoryfilesystem-0.6.4.jar 
  /prebuilts/devtools/tools/lib/
jimfs-1.1.jar 
  /prebuilts/gradle-plugin/com/google/jimfs/jimfs/1.1/
jimfs-1.1.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/common/m2/repository/net/orfjackal/retrolambda/retrolambda/2.0.6/
retrolambda-2.0.6.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 1556 milliseconds