Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dfile.cpp128 std::string relativePath = ConvertToStdString(fullname); in ResolveFilenameFromNative() local
130 if (RealPath(relativePath, absPath)) { in ResolveFilenameFromNative()
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dfile.cpp150 std::string relativePath = ConvertToStdString(fullname); in ResolveFilenameFromNative() local
152 if (RealPath(relativePath, absPath)) { in ResolveFilenameFromNative()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp376 CString relativePath = ConvertToString(relativePathVal); in GetAbsolutePath() local
378 if (!GetAbsolutePath(relativePath, absPath)) { in GetAbsolutePath()
388 std::string relativePath = ConvertToStdString(relativePathCstr); in GetAbsolutePath() local
390 if (RealPath(relativePath, absPath)) { in GetAbsolutePath()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp145 JSHandle<EcmaString> relativePath = GenerateImportRelativePath(importVarNamePath); in ResolveImportType() local
146 CString cstringRelativePath = ConvertToString(*relativePath); in ResolveImportType()