Home
last modified time | relevance | path

Searched refs:pathName_ (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dzip_file.cpp50 ZipFile::ZipFile(const std::string &pathName) : pathName_(pathName) in ZipFile()
182 if (pathName_.length() > PATH_MAX) { in Open()
186 zipFileReader_ = ZipFileReader::CreateZipFileReader(pathName_); in Open()
220 pathName_ = ""; in Close()
H A Dzip_file.h323 std::string pathName_; member in panda::ecmascript::ZipFile
/arkcompiler/ets_runtime/ecmascript/extractortool/tests/
H A Dzip_file_test.cpp136 return zipFile_.pathName_; in GetPathName()
141 zipFile_.pathName_ = newPathName; in SetPathName()

Completed in 3 milliseconds