Home
last modified time | relevance | path

Searched refs:filePath_ (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_compiler.h30 filePath_(filePath), in StubCompiler()
56 std::string filePath_ {};
H A Dstub_compiler.cpp130 if (filePath_.empty()) { in BuildStubModuleAndSave()
179 generator.SaveStubFile(filePath_); in BuildStubModuleAndSave()
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dzip_file_reader.h31 ZipFileReader(const std::string &filePath) : filePath_(filePath) {} in ZipFileReader()
54 std::string filePath_; member in panda::ecmascript::ZipFileReader
H A Dzip_file_reader.cpp76 if (filePath_.empty()) { in init()
79 fd_ = open(filePath_.c_str(), O_RDONLY); in init()

Completed in 2 milliseconds