Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dfile.cpp150 std::string relativePath = ConvertToStdString(fullname); in ResolveFilenameFromNative() local
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dfile.cpp128 std::string relativePath = ConvertToStdString(fullname); in ResolveFilenameFromNative() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp376 CString relativePath = ConvertToString(relativePathVal); in GetAbsolutePath() local
388 std::string relativePath = ConvertToStdString(relativePathCstr); in GetAbsolutePath() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp145 JSHandle<EcmaString> relativePath = GenerateImportRelativePath(importVarNamePath); in ResolveImportType() local