Home
last modified time | relevance | path

Searched refs:targetPath (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dextractor.cpp111 bool Extractor::ExtractFile(const std::string &fileName, const std::string &targetPath) const in ExtractFile()
113 if (!panda::ecmascript::FileExist(targetPath.c_str())) { in ExtractFile()
117 fileStream.open(targetPath, std::ios_base::out | std::ios_base::binary); in ExtractFile()
124 if (remove(targetPath.c_str()) != 0) { in ExtractFile()
H A Dextractor.h61 * @param targetPath Indicates the target Path.
64 bool ExtractFile(const std::string &fileName, const std::string &targetPath) const;
/arkcompiler/ets_runtime/tools/ap_file_viewer/
H A Dwebpack.config.js26 function cpDir(sourcePath, targetPath) {
34 const target = `${targetPath}/${file}`;
/arkcompiler/ets_runtime/ecmascript/
H A Decma_vm.cpp924 return hmsMap.targetPath.c_str();
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h95 std::string targetPath; member
/arkcompiler/ets_runtime/ecmascript/module/tests/
H A Decma_module_test.cpp3102 tmp.targetPath = "a"; in HWTEST_F_L0()

Completed in 13 milliseconds