Searched defs:SendSmallFile (Results 1 - 1 of 1) sorted by last modified time

/system/core/adb/
H A Dfile_sync_client.cpp374 bool SendSmallFile(const char* path_and_mode, function in class:SyncConnection
380 Error("SendSmallFile failed: path too long: %zu", path_length);
703 if (!sc.SendSmallFile(path_and_mode.c_str(), lpath, rpath, mtime, buf, data_length)) {
721 if (!sc.SendSmallFile(path_and_mode.c_str(), lpath, rpath, mtime,

Completed in 7 milliseconds