Home
last modified time | relevance | path

Searched defs:relativePath (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dextractor.cpp56 std::string relativePath = GetRelativePath(srcPath); in GetFileBuffer() local
137 std::string relativePath = GetRelativePath(fileName); in GetData() local
143 std::string relativePath = GetRelativePath(fileName); in GetSafeData() local
153 std::string relativePath = GetRelativePath(fileName); in GetMmapData() local
169 std::string relativePath = GetRelativePath(fileName); in ExtractToBufByName() local
175 std::string relativePath = GetRelativePath(fileName); in GetFileInfo() local
214 std::string relativePath = GetRelativePath(fileName); in IsHapCompress() local
Dfile_path_utils.cpp458 std::string relativePath = std::regex_replace(srcPath, srcPattern, ""); in GetRelativePath() local
/arkcompiler/ets_frontend/ets2panda/util/
Dpath.cpp115 Path::Path(const util::StringView &relativePath, const util::StringView &basePath, ArenaAllocator *… in Path()
126 Path::Path(const std::string &relativePath, const std::string &basePath, ArenaAllocator *allocator) in Path()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dfile.h112 static Expected<std::string, Error> GetAbsolutePath(std::string_view relativePath) in GetAbsolutePath()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dfile.h155 static Expected<std::string, Error> GetAbsolutePath(std::string_view relativePath) in GetAbsolutePath()
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dfile.cpp164 std::string relativePath = ConvertToStdString(fullname); in ResolveFilenameFromNative() local
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dfile.cpp153 std::string relativePath = ConvertToStdString(fullname); in ResolveFilenameFromNative() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp483 CString relativePath = ConvertToString(relativePathVal); in GetAbsolutePath() local
495 std::string relativePath = ConvertToStdString(relativePathCstr); in GetAbsolutePath() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp150 JSHandle<EcmaString> relativePath = GenerateImportRelativePath(importVarNamePath); in ResolveImportType() local