Home
last modified time | relevance | path

Searched refs:pathPrefix (Results 1 - 3 of 3) sorted by relevance

/base/update/sys_installer/services/module_update/src/
H A Dmodule_file_repository.cpp121 std::unique_ptr<ModuleFile> ModuleFileRepository::GetModuleFile(const std::string &pathPrefix, in GetModuleFile() argument
130 auto fileIter = fileMap.find(pathPrefix); in GetModuleFile()
132 LOG(INFO) << hmpName << " not found in " << pathPrefix; in GetModuleFile() local
/base/update/sys_installer/services/module_update/include/
H A Dmodule_file_repository.h35 std::unique_ptr<ModuleFile> GetModuleFile(const std::string &pathPrefix, const std::string &hmpName) const;
/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp292 for (const auto& pathPrefix : dynamicLibSearchDir_) { in SearchPluginBundle()
293 std::string bundlePath = pathPrefix + GetDynamicLibName(name, true); in SearchPluginBundle()

Completed in 3 milliseconds