Home
last modified time | relevance | path

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

/system/core/adb/client/
Dadb_install.h26 int delete_device_file(const std::string& filename);
Dadb_install.cpp138 return delete_device_file(patchDevicePath); in delete_device_patch_file()
289 delete_device_file(apk_dest); in install_app_legacy()
741 int delete_device_file(const std::string& filename) { in delete_device_file() function