Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp2155 for (const std::string& staged_path : staged_files) { in StagePackages() local
2156 if (TEMP_FAILURE_RETRY(unlink(staged_path.c_str())) != 0) { in StagePackages()
2157 PLOG(ERROR) << "Unable to unlink " << staged_path; in StagePackages()