Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/include/
Dclass_linker_extension.h253 PandaVector<std::string_view> file_paths; in GetPandaFilePaths() local
256 file_paths.emplace_back(pf->GetFilename()); in GetPandaFilePaths()
259 return file_paths; in GetPandaFilePaths()
Dclass_linker.h279 auto file_paths = context->GetPandaFilePaths(); in GetAppContext()
280 for (auto &file : file_paths) { in GetAppContext()