Home
last modified time | relevance | path

Searched refs:GetAbsolutePath (Results 1 – 25 of 34) sorted by relevance

12

/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/static_core/platforms/windows/libpandabase/
Dfilesystem.cpp22 std::string GetAbsolutePath(std::string_view path) in GetAbsolutePath() function
Dfile.h112 static Expected<std::string, Error> GetAbsolutePath(std::string_view relativePath) 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/runtime_core/libpandabase/os/
Dfilesystem.h32 std::string GetAbsolutePath(std::string_view path);
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dfilesystem.cpp24 std::string GetAbsolutePath(std::string_view path) in GetAbsolutePath() function
Dfile.h156 static Expected<std::string, Error> GetAbsolutePath(std::string_view relativePath) 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/runtime_core/static_core/compiler/tests/
Dclass_hash_table_test.cpp185 std::string filename = os::GetAbsolutePath(aotFname.GetFileName()); in TEST_F()
232 std::string filename = os::GetAbsolutePath(aotFname.GetFileName()); in TEST_F()
264 std::string filename = os::GetAbsolutePath(aotFname.GetFileName()); in TEST_F()
302 std::string filename = os::GetAbsolutePath(pandaFname.GetFileName()); in TEST_F()
363 std::string filename = os::GetAbsolutePath(pandaFname.GetFileName()); in TEST_F()
/arkcompiler/ets_frontend/ets2panda/util/
Dpath.cpp39 absolutePath_ = util::UString(os::GetAbsolutePath(path_.Utf8()), allocator_).View(); in Initializer()
143 const util::StringView &Path::GetAbsolutePath() const in GetAbsolutePath() function in ark::es2panda::util::Path
Dpath.h41 const util::StringView &GetAbsolutePath() const;
DimportPathManager.cpp224 const std::string realPath = ark::os::GetAbsolutePath(path.Mutf8()); in GetRealPath()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/
Dtest_debug_info.cpp49 ASSERT_TRUE(os::GetAbsolutePath(sourceFilePath) == sourceFilePath); in TEST_F()
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dfilesystem.h34 PANDA_PUBLIC_API std::string GetAbsolutePath(std::string_view path);
/arkcompiler/ets_frontend/merge_abc/src/
DmergeProgram.cpp108 auto inputAbs = panda::os::file::File::GetAbsolutePath(filePath); in AppendProtoFiles()
145 auto inputAbs = panda::os::file::File::GetAbsolutePath(input); in CollectProtoFiles()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.h190 static JSTaggedValue GetAbsolutePath(JSThread* thread, JSTaggedValue relativePathVal);
191 static bool GetAbsolutePath(const CString& relativePathCstr, CString& absPathCstr);
Daot_file_manager.cpp603 JSTaggedValue AOTFileManager::GetAbsolutePath(JSThread *thread, JSTaggedValue relativePathVal) in GetAbsolutePath() function in panda::ecmascript::AOTFileManager
608 if (!GetAbsolutePath(relativePath, absPath)) { in GetAbsolutePath()
616 bool AOTFileManager::GetAbsolutePath(const CString &relativePathCstr, CString &absPathCstr) in GetAbsolutePath() function in panda::ecmascript::AOTFileManager
/arkcompiler/runtime_core/static_core/runtime/
Dfile_manager.cpp64 auto realAnFilePath = os::GetAbsolutePath(anLocation); in LoadAnFile()
/arkcompiler/runtime_core/libpandafile/
Dpgo.cpp60 std::string path = os::GetAbsolutePath(profile_file_path_); in ParseProfileData()
/arkcompiler/ets_frontend/ets2panda/parser/program/
Dprogram.h124 return sourceFile_.GetAbsolutePath(); in AbsoluteName()
/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_manager.cpp181 acc_->append(os::GetAbsolutePath(pf.GetFilename())); in operator ()()
/arkcompiler/runtime_core/libpandabase/utils/
Dlogger.cpp207 auto path = os::GetAbsolutePath(log_file); in InitializeFileLogging()
/arkcompiler/ets_frontend/es2panda/aot/
Doptions.cpp611 auto inputAbs = panda::os::file::File::GetAbsolutePath(sourceFile_); in Parse()
729 auto transformLibAbs = panda::os::file::File::GetAbsolutePath(libName); in Parse()

12