Searched refs:do_unlink (Results 1 – 1 of 1) sorted by relevance
/system/core/adb/ |
D | file_sync_service.c | 180 gid_t gid, mode_t mode, char *buffer, bool do_unlink) in handle_send_file() argument 244 if (do_unlink) adb_unlink(path); in handle_send_file() 269 if (do_unlink) adb_unlink(path); in handle_send_file() 331 bool do_unlink; local 348 do_unlink = true; 352 do_unlink = lstat(path, &st) || S_ISREG(st.st_mode) || S_ISLNK(st.st_mode); 353 if (do_unlink) { 380 ret = handle_send_file(s, path, uid, gid, mode, buffer, do_unlink);
|