Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapex_file_repository.h174 android::base::Result<void> ScanBuiltInDir(const std::string& dir);
Dapex_file_repository.cpp59 Result<void> ApexFileRepository::ScanBuiltInDir(const std::string& dir) { in ScanBuiltInDir() function in android::apex::ApexFileRepository
173 if (auto result = ScanBuiltInDir(dir); !result.ok()) { in AddPreInstalledApex()