Home
last modified time | relevance | path

Searched refs:GetRelativePath (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dextractor.cpp56 std::string relativePath = GetRelativePath(srcPath); in GetFileBuffer()
137 std::string relativePath = GetRelativePath(fileName); in GetData()
143 std::string relativePath = GetRelativePath(fileName); in GetSafeData()
153 std::string relativePath = GetRelativePath(fileName); in GetMmapData()
169 std::string relativePath = GetRelativePath(fileName); in ExtractToBufByName()
175 std::string relativePath = GetRelativePath(fileName); in GetFileInfo()
214 std::string relativePath = GetRelativePath(fileName); in IsHapCompress()
Dfile_path_utils.h44 std::string GetRelativePath(const std::string& srcPath);
Dfile_path_utils.cpp452 std::string GetRelativePath(const std::string& srcPath) in GetRelativePath() function