Searched refs:kCurrentDirectory (Results 1 – 2 of 2) sorted by relevance
43 const FilePath::CharType FilePath::kCurrentDirectory[] = FILE_PATH_LITERAL("."); member in OHOS::AppExecFwk::LIBZIP::FilePath120 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()
45 static const CharType kCurrentDirectory[]; variable