Searched refs:GetAbsolutePath (Results 1 – 13 of 13) sorted by relevance
22 std::string GetAbsolutePath(std::string_view path) in GetAbsolutePath() function
126 static Expected<std::string, Error> GetAbsolutePath(std::string_view relative_path) in GetAbsolutePath() function
32 std::string GetAbsolutePath(std::string_view path);
27 std::string GetAbsolutePath(std::string_view path) in GetAbsolutePath() function
166 static Expected<std::string, Error> GetAbsolutePath(std::string_view relative_path) in GetAbsolutePath() function
177 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()
149 static JSTaggedValue GetAbsolutePath(JSThread *thread, JSTaggedValue relativePathVal);150 static bool GetAbsolutePath(const CString &relativePathCstr, CString &absPathCstr);
373 JSTaggedValue AOTFileManager::GetAbsolutePath(JSThread *thread, JSTaggedValue relativePathVal) in GetAbsolutePath() function in panda::ecmascript::AOTFileManager378 if (!GetAbsolutePath(relativePath, absPath)) { in GetAbsolutePath()386 bool AOTFileManager::GetAbsolutePath(const CString &relativePathCstr, CString &absPathCstr) in GetAbsolutePath() function in panda::ecmascript::AOTFileManager
92 auto inputAbs = panda::os::file::File::GetAbsolutePath(filePath); in AppendProtoFiles()129 auto inputAbs = panda::os::file::File::GetAbsolutePath(input); in CollectProtoFiles()
385 auto inputAbs = panda::os::file::File::GetAbsolutePath(sourceFile_); in Parse()
416 FULL_FILENAME(os::GetAbsolutePath(FILENAME)), in File()
425 if (AOTFileManager::GetAbsolutePath(referencingModule, moduleFileName)) { in HostResolveImportedModule()
1625 auto inputAbs = panda::os::file::File::GetAbsolutePath(input); in CompileNpmEntries()1671 auto inputAbs = panda::os::file::File::GetAbsolutePath(input); in HandleJsonFile()