Home
last modified time | relevance | path

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

/system/core/adb/
Dfile_sync_service.cpp202 mode_t mode, std::vector<char>& buffer, bool do_unlink) { in handle_send_file()
382 bool do_unlink = (lstat(path.c_str(), &st) == -1) || S_ISREG(st.st_mode) || S_ISLNK(st.st_mode); in do_send() local