Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/daemon/
H A Dfile_sync_service.cpp350 bool do_unlink) { in handle_send_file() argument
445 if (do_unlink) adb_unlink(path); in handle_send_file()
511 bool do_unlink = false; in send_impl() local
513 do_unlink = (lstat(path.c_str(), &st) == -1) || S_ISREG(st.st_mode) || in send_impl()
516 if (do_unlink) { in send_impl()
538 compression, dry_run, buffer, do_unlink); in send_impl()