Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dfile_path.cpp223 std::vector<FilePath> subpaths; in CreateDirectory() local
227 subpaths.push_back(fullPath); in CreateDirectory()
230 subpaths.push_back(path); in CreateDirectory()
235 for (std::vector<FilePath>::reverse_iterator i = subpaths.rbegin(); i != subpaths.rend(); ++i) { in CreateDirectory()