Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/compiler/tests/
Dclass_hash_table_test.cpp177 std::string filename = os::GetAbsolutePath(aotFname.GetFileName()); in TEST_F()
224 std::string filename = os::GetAbsolutePath(aotFname.GetFileName()); in TEST_F()
256 std::string filename = os::GetAbsolutePath(aotFname.GetFileName()); in TEST_F()
294 std::string filename = os::GetAbsolutePath(pandaFname.GetFileName()); in TEST_F()
347 std::string filename = os::GetAbsolutePath(pandaFname.GetFileName()); in TEST_F()
/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/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/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/static_core/platforms/unix/libpandabase/
Dfilesystem.cpp24 std::string GetAbsolutePath(std::string_view path) in GetAbsolutePath() function
Dfile.h155 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/ets_frontend/ets2panda/util/
Dpath.cpp40 absolutePath_ = util::UString(os::GetAbsolutePath(path_.Utf8()), allocator_).View(); in Initializer()
147 const util::StringView &Path::GetAbsolutePath() const in GetAbsolutePath() function in panda::es2panda::util::Path
Dpath.h41 const util::StringView &GetAbsolutePath() const;
Dhelpers.cpp180 if (!panda::os::file::File::IsRegularFile(path) && (panda::os::GetAbsolutePath(path).empty())) { in GetAbsPath()
191 std::string absFilePath = panda::os::GetAbsolutePath(fullFilePath); in GetAbsPath()
198 if (!panda::os::file::File::IsRegularFile(path) && (panda::os::GetAbsolutePath(path).empty())) { in IsRealPath()
Darktsconfig.cpp180 auto arktsConfigDir = ParentPath(panda::os::GetAbsolutePath(configPath_)); in Parse()
/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/ets2panda/parser/program/
Dprogram.h168 … absoluteName_ = util::UString(os::GetAbsolutePath(sourceFilePath.Utf8()), Allocator()).View(); in SetSource()
176 absoluteName_ = sourceFilePath_.GetAbsolutePath(); in SetSource()
/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_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.h174 static JSTaggedValue GetAbsolutePath(JSThread *thread, JSTaggedValue relativePathVal);
175 static bool GetAbsolutePath(const CString &relativePathCstr, CString &absPathCstr);
Daot_file_manager.cpp480 JSTaggedValue AOTFileManager::GetAbsolutePath(JSThread *thread, JSTaggedValue relativePathVal) in GetAbsolutePath() function in panda::ecmascript::AOTFileManager
485 if (!GetAbsolutePath(relativePath, absPath)) { in GetAbsolutePath()
493 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/static_core/compiler/aot/
Daot_manager.cpp181 acc_->append(os::GetAbsolutePath(pf.GetFilename())); in operator ()()
/arkcompiler/ets_frontend/es2panda/aot/
Doptions.cpp398 auto inputAbs = panda::os::file::File::GetAbsolutePath(sourceFile_); in Parse()
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile.cpp412 fullFilename_(os::GetAbsolutePath(filename_)), in File()

12