Home
last modified time | relevance | path

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

/packages/modules/adb/daemon/
Dfile_sync_service.cpp811 size_t path_length = request.path_length; in handle_sync_command() local
812 if (path_length > 1024) { in handle_sync_command()
817 if (!ReadFdExactly(fd, name, path_length)) { in handle_sync_command()
821 name[path_length] = 0; in handle_sync_command()
/packages/modules/adb/
Dfile_sync_protocol.h44 uint32_t path_length; // <= 1024 member
/packages/modules/adb/client/
Dfile_sync_client.cpp350 req->path_length = path.length(); in SendRequest()
367 req.path_length = path.length(); in SendSend2()
419 req.path_length = path.length(); in SendRecv2()
598 req_send->path_length = path_and_mode.length(); in SendSmallFile()
605 req_data->path_length = data_length; in SendSmallFile()
612 req_done->path_length = mtime; in SendSmallFile()