Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dfile_path.h55 static bool PathIsWriteable(const FilePath &path);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip.cpp344 if (!FilePath::PathIsWriteable(destDir)) { in Unzip()
376 if (!FilePath::PathIsWriteable(destPath.DirName())) { in ZipWithFilterCallback()
410 if (!FilePath::PathIsWriteable(destPath.DirName())) { in ZipsWithFilterCallback()
H A Dfile_path.cpp282 bool FilePath::PathIsWriteable(const FilePath &path) in PathIsWriteable() function in OHOS::AppExecFwk::LIBZIP::FilePath