Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dfile_path_utils.h42 …bool MakeFilePath(const std::string& codePath, const std::string& modulePath, std::string& fileNam…
Dfile_path_utils.cpp409 bool MakeFilePath(const std::string& codePath, const std::string& modulePath, std::string& fileName) in MakeFilePath() argument
411 std::string path(codePath); in MakeFilePath()