Home
last modified time | relevance | path

Searched refs:GetFilePath (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.cpp222 paoc_->preloadedFiles_[paoc_->GetFilePath(bpfName)] = bpf; in ValidateCompilerOptions()
237 paoc_->preloadedFiles_[paoc_->GetFilePath(bpf->GetFilename())] = bpf; in ValidateCompilerOptions()
376 classCtx += GetFilePath(pf.GetFilename()); in RunAotMode()
421 filename = GetFilePath(pfileRef.GetFilename()); in StartAotFile()
435 auto filePath = GetFilePath(fileName); in TryLoadPandaFile()
483 std::string Paoc::GetFilePath(std::string fileName) in GetFilePath() function in ark::paoc::Paoc
961 preloadedFiles_[GetFilePath(fileName)] = pfile.get(); in LoadPandaFiles()
Dpaoc.h97 std::string GetFilePath(std::string fileName);