Searched refs:handle_send_link (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dfile_sync_service.cpp318 extern bool handle_send_link(int s, const std::string& path, std::vector<char>& buffer) __attribute__((error("no symlinks on Windows")));
320 static bool handle_send_link(int s, const std::string& path, std::vector<char>& buffer) { function
392 return handle_send_link(s, path.c_str(), buffer);

Completed in 48 milliseconds