Home
last modified time | relevance | path

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

/aosp_15_r20/system/apex/apexd/
H A Dapexd.cpp1209 std::vector<std::string> apex_file_paths; in OpenSessionApexFiles() local
1223 apex_file_paths.push_back(std::move(apex_file_path)); in OpenSessionApexFiles()
1226 return OpenApexFiles(apex_file_paths); in OpenSessionApexFiles()