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.cpp810 size_t path_length = request.path_length; in handle_sync_command() local
811 if (path_length > 1024) { in handle_sync_command()
816 if (!ReadFdExactly(fd, name, path_length)) { in handle_sync_command()
820 name[path_length] = 0; in handle_sync_command()
/packages/modules/adb/client/
Dfile_sync_client.cpp346 req->path_length = path.length(); in SendRequest()
363 req.path_length = path.length(); in SendSend2()
415 req.path_length = path.length(); in SendRecv2()
584 req_send->path_length = path_and_mode.length(); in SendSmallFile()
591 req_data->path_length = data_length; in SendSmallFile()
598 req_done->path_length = mtime; in SendSmallFile()
/packages/modules/adb/
Dfile_sync_protocol.h42 uint32_t path_length; // <= 1024 member