Searched refs:PathIsWriteable (Results 1 – 3 of 3) sorted by relevance
55 static bool PathIsWriteable(const FilePath &path);
344 if (!FilePath::PathIsWriteable(destDir)) { in Unzip()376 if (!FilePath::PathIsWriteable(destPath.DirName())) { in ZipWithFilterCallback()410 if (!FilePath::PathIsWriteable(destPath.DirName())) { in ZipsWithFilterCallback()
282 bool FilePath::PathIsWriteable(const FilePath &path) in PathIsWriteable() function in OHOS::AppExecFwk::LIBZIP::FilePath