Home
last modified time | relevance | path

Searched defs:anLocation (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dfile_manager.cpp52 std::string_view anLocation = Runtime::GetOptions().GetBootAnLocation(); in TryLoadAnFileForLocation() local
92 Expected<bool, std::string> FileManager::LoadAnFile(std::string_view anLocation, bool force) in LoadAnFile()