Searched defs:subpath (Results 1 - 12 of 12) sorted by relevance

/external/squashfs-tools/squashfs-tools/
H A Dandroid.c36 void alloc_mounted_path(const char *mount_point, const char *subpath, char **mounted_path) { argument
37 *mounted_path = malloc(strlen(mount_point) + strlen(subpath) + 1);
43 strcat(*mounted_path, subpath);
H A Dmksquashfs.h36 char *subpath; member in struct:dir_info
H A Daction.h215 char *subpath; member in struct:action_data
H A Daction.c762 if(action_data->subpath)
763 expr_log(action_data->subpath);
888 action_data.subpath = strdup(subpathname(dir_ent));
908 free(action_data.subpath);
922 action_data.subpath = strdup(subpathname(dir_ent));
932 free(action_data.subpath);
938 free(action_data.subpath);
975 int eval_exclude_actions(char *name, char *pathname, char *subpath, argument
983 action_data.subpath = subpath;
[all...]
H A Dmksquashfs.c328 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 i
3325 scan1_opendir(char *pathname, char *subpath, int depth) argument
3470 dir_scan1(char *filename, char *subpath, struct pathnames *paths, struct dir_ent *(_readdir)(struct dir_info *), int depth) argument
3488 char *subpath = NULL; local
3689 char *subpath = strdup(subpathname(dir_ent)); local
[all...]
/external/libbrillo/brillo/
H A Durl_utils.cc66 std::string url::Combine(const std::string& url, const std::string& subpath) { argument
67 return CombineMultiple(url, {subpath});
/external/skia/src/gpu/batches/
H A DGrDefaultPathRenderer.cpp451 int subpath = 0; local
463 ++subpath;
/external/icu/icu4c/source/tools/tzcode/
H A Dzdump.c1077 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/
H A Dtc_bpf.c688 const char *subpath; member in struct:bpf_hash_entry
918 return entry ? entry->subpath : NULL;
1510 char subpath[PATH_MAX]; local
1519 memset(subpath, 0, sizeof(subpath));
1520 while ((ret = bpf_read_pin_mapping(fp, &pinning, subpath))) {
1523 db_file, subpath);
1541 entry->subpath = strdup(subpath);
1542 if (!entry->subpath) {
[all...]
/external/libweave/src/
H A Ddevice_registration_info.cc94 const std::string& subpath,
97 if (!result.empty() && result.back() != '/' && !subpath.empty()) {
98 CHECK_NE('/', subpath.front());
101 result += subpath;
275 const std::string& subpath,
277 return BuildURL(GetSettings().service_url, subpath, params);
281 const std::string& subpath,
285 "devices/" + GetSettings().cloud_id + "/" + subpath, params);
289 const std::string& subpath,
291 return BuildURL(GetSettings().oauth_url, subpath, param
93 BuildURL(const std::string& url, const std::string& subpath, const WebParamList& params) argument
274 GetServiceURL( const std::string& subpath, const WebParamList& params) const argument
280 GetDeviceURL( const std::string& subpath, const WebParamList& params) const argument
288 GetOAuthURL( const std::string& subpath, const WebParamList& params) const argument
[all...]
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
H A Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/annotationfactory/ org/hibernate/annotations/ org/ ...

Completed in 149 milliseconds