Home
last modified time | relevance | path

Searched refs:DirName (Results 1 - 6 of 6) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dfile_path.cpp111 while (current != current.DirName()) { in GetComponents()
115 current = current.DirName(); in GetComponents()
125 FilePath FilePath::DirName() in DirName() function in OHOS::AppExecFwk::LIBZIP::FilePath
228 for (FilePath path = const_cast<FilePath &>(fullPath).DirName(); path.Value() != lastPath.Value(); in CreateDirectory()
229 path = path.DirName()) { in CreateDirectory()
H A Dzip.cpp372 if (!FilePath::DirectoryExists(destPath.DirName())) { in ZipWithFilterCallback()
376 if (!FilePath::PathIsWriteable(destPath.DirName())) { in ZipWithFilterCallback()
406 if (!FilePath::DirectoryExists(destPath.DirName())) { in ZipsWithFilterCallback()
410 if (!FilePath::PathIsWriteable(destPath.DirName())) { in ZipsWithFilterCallback()
H A Dzip_reader.cpp276 if (!FilePath::CreateDirectory(outputFilePath_.DirName())) { in PrepareOutput()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dfile_path.h73 FilePath DirName();
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dcj_zip.cpp173 if (!FilePath::DirectoryExists(destPath.DirName())) { in ZipWithFilterCallback()
177 if (!FilePath::PathIsWriteable(destPath.DirName())) { in ZipWithFilterCallback()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/test/unittest/
H A Dzip_test.cpp242 std::cout << "srcFile1 DirName: " << srcFile1.DirName().Value() << std::endl; in HWTEST_F()

Completed in 5 milliseconds