Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp1998 std::vector<std::string> dirs_to_scan; in ScanStagedSessionsDirAndStage() local
2000 dirs_to_scan.push_back(std::string(gConfig->staged_session_dir) + in ScanStagedSessionsDirAndStage()
2004 dirs_to_scan.push_back(std::string(gConfig->staged_session_dir) + in ScanStagedSessionsDirAndStage()
2011 for (const auto& dir_to_scan : dirs_to_scan) { in ScanStagedSessionsDirAndStage()