Home
last modified time | relevance | path

Searched refs:GetAbsolutePath (Results 1 – 13 of 13) 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/libpandabase/os/
Dfilesystem.h32 std::string GetAbsolutePath(std::string_view path);
/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/runtime_core/compiler/tests/
Dclass_hash_table_test.cpp177 std::string filename = os::GetAbsolutePath(aot_fname.GetFileName()); in TEST_F()
224 std::string filename = os::GetAbsolutePath(aot_fname.GetFileName()); in TEST_F()
256 std::string filename = os::GetAbsolutePath(aot_fname.GetFileName()); in TEST_F()
294 std::string filename = os::GetAbsolutePath(panda_fname.GetFileName()); in TEST_F()
347 std::string filename = os::GetAbsolutePath(panda_fname.GetFileName()); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.h149 static JSTaggedValue GetAbsolutePath(JSThread *thread, JSTaggedValue relativePathVal);
150 static bool GetAbsolutePath(const CString &relativePathCstr, CString &absPathCstr);
Daot_file_manager.cpp373 JSTaggedValue AOTFileManager::GetAbsolutePath(JSThread *thread, JSTaggedValue relativePathVal) in GetAbsolutePath() function in panda::ecmascript::AOTFileManager
378 if (!GetAbsolutePath(relativePath, absPath)) { in GetAbsolutePath()
386 bool AOTFileManager::GetAbsolutePath(const CString &relativePathCstr, CString &absPathCstr) in GetAbsolutePath() function in panda::ecmascript::AOTFileManager
/arkcompiler/ets_frontend/merge_abc/src/
DmergeProgram.cpp92 auto inputAbs = panda::os::file::File::GetAbsolutePath(filePath); in AppendProtoFiles()
129 auto inputAbs = panda::os::file::File::GetAbsolutePath(input); in CollectProtoFiles()
/arkcompiler/ets_frontend/es2panda/aot/
Doptions.cpp385 auto inputAbs = panda::os::file::File::GetAbsolutePath(sourceFile_); in Parse()
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp416 FULL_FILENAME(os::GetAbsolutePath(FILENAME)), in File()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp425 if (AOTFileManager::GetAbsolutePath(referencingModule, moduleFileName)) { in HostResolveImportedModule()
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp1625 auto inputAbs = panda::os::file::File::GetAbsolutePath(input); in CompileNpmEntries()
1671 auto inputAbs = panda::os::file::File::GetAbsolutePath(input); in HandleJsonFile()