Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dfile_path.cpp43 const FilePath::CharType FilePath::kCurrentDirectory[] = FILE_PATH_LITERAL("."); member in OHOS::AppExecFwk::LIBZIP::FilePath
120 if (!base.path_.empty() && base.path_ != kCurrentDirectory) { in GetComponents()
153 newPath.path_ = kCurrentDirectory; in DirName()
263 if (mPath.empty() || mPath == kCurrentDirectory || mPath == kParentDirectory) { in IsDir()
388 if (path.empty() || path == kCurrentDirectory || path == kParentDirectory) { in GetZipAllDirFiles()
405 …if ((strcmp(ptr->d_name, kCurrentDirectory) == 0) || (strcmp(ptr->d_name, kParentDirectory) == 0))… in GetZipAllDirFiles()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dfile_path.h45 static const CharType kCurrentDirectory[]; variable