Home
last modified time | relevance | path

Searched refs:extract_path (Results 1 – 3 of 3) sorted by relevance

/external/erofs-utils/fsck/
Dmain.c23 char *extract_path; member
134 fsckcfg.extract_path = malloc(PATH_MAX); in erofsfsck_parse_options_cfg()
135 if (!fsckcfg.extract_path) in erofsfsck_parse_options_cfg()
137 strncpy(fsckcfg.extract_path, optarg, len); in erofsfsck_parse_options_cfg()
138 fsckcfg.extract_path[len] = '\0'; in erofsfsck_parse_options_cfg()
140 if (len == 1 && fsckcfg.extract_path[0] == '/') in erofsfsck_parse_options_cfg()
186 if (fsckcfg.extract_path) { in erofsfsck_parse_options_cfg()
227 if (!fsckcfg.extract_path) in erofsfsck_set_attributes()
503 erofs_dbg("create directory %s", fsckcfg.extract_path); in erofs_extract_dir()
516 if (mkdir(fsckcfg.extract_path, 0700) < 0) { in erofs_extract_dir()
[all …]
/external/skia/src/core/
DSkRegion_path.cpp461 static int extract_path(Edge* edge, Edge* stop, SkPath* path) { in extract_path() function
544 count -= extract_path(start, stop, path); in getBoundaryPath()
/external/python/setuptools/pkg_resources/
D__init__.py1204 extract_path = self.extraction_path or get_default_cache()
1205 target_path = os.path.join(extract_path, archive_name + '-tmp', *names)
1211 self._warn_unsafe_extraction_path(extract_path)