Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp2237 std::vector<std::string> dirs_to_scan; in ScanStagedSessionsDirAndStage() local
2239 dirs_to_scan.push_back(std::string(gConfig->staged_session_dir) + in ScanStagedSessionsDirAndStage()
2243 dirs_to_scan.push_back(std::string(gConfig->staged_session_dir) + in ScanStagedSessionsDirAndStage()
2250 for (const auto& dir_to_scan : dirs_to_scan) { in ScanStagedSessionsDirAndStage()