Home
last modified time | relevance | path

Searched defs:GetAbsolutePath (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dfilesystem.cpp22 std::string GetAbsolutePath(std::string_view path) in GetAbsolutePath() function
Dfile.h126 static Expected<std::string, Error> GetAbsolutePath(std::string_view relative_path) in GetAbsolutePath() function
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dfilesystem.cpp27 std::string GetAbsolutePath(std::string_view path) in GetAbsolutePath() function
Dfile.h166 static Expected<std::string, Error> GetAbsolutePath(std::string_view relative_path) in GetAbsolutePath() function
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp373 JSTaggedValue AOTFileManager::GetAbsolutePath(JSThread *thread, JSTaggedValue relativePathVal) in GetAbsolutePath() function in panda::ecmascript::AOTFileManager
386 bool AOTFileManager::GetAbsolutePath(const CString &relativePathCstr, CString &absPathCstr) in GetAbsolutePath() function in panda::ecmascript::AOTFileManager