Searched refs:android_expand (Results 1 – 3 of 3) sorted by relevance
/art/artd/ |
D | path_utils.cc | 96 const std::string& android_expand) { in ListManagedFiles() argument 105 for (const std::string& data_root : {android_data, android_expand + "/*"}) { in ListManagedFiles() 130 const std::string& android_expand, in ListRuntimeArtifactsFiles() argument 135 for (const std::string& data_root : {android_data, android_expand + "/*"}) { in ListRuntimeArtifactsFiles()
|
D | path_utils.h | 46 const std::string& android_expand); 50 const std::string& android_expand,
|
D | artd.cc | 1280 std::string android_expand = OR_RETURN_NON_FATAL(GetAndroidExpandOrError()); in cleanup() local 1284 ListRuntimeArtifactsFiles(android_data, android_expand, runtime_image_path); in cleanup() 1288 for (const std::string& file : ListManagedFiles(android_data, android_expand)) { in cleanup() 1301 std::string android_expand = OR_RETURN_NON_FATAL(GetAndroidExpandOrError()); in cleanUpPreRebootStagedFiles() local 1302 for (const std::string& file : ListManagedFiles(android_data, android_expand)) { in cleanUpPreRebootStagedFiles() 1348 std::string android_expand = OR_LOG_AND_RETURN_OK(GetAndroidExpandOrError()); in deleteRuntimeArtifacts() local 1350 ListRuntimeArtifactsFiles(android_data, android_expand, in_runtimeArtifactsPath)) { in deleteRuntimeArtifacts() 1381 std::string android_expand = OR_LOG_AND_RETURN_OK(GetAndroidExpandOrError()); in getRuntimeArtifactsSize() local 1383 ListRuntimeArtifactsFiles(android_data, android_expand, in_runtimeArtifactsPath)) { in getRuntimeArtifactsSize()
|