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

/haiku/src/apps/codycam/
H A DFileUploadClient.cpp51 FileUploadClient::PutFile(const string& local, const string& remote, argument
59 FileUploadClient::GetFile(const string& remote, const string& local, argument
66 // Note: this only works for local remote moves, cross filesystem moves
H A DSftpClient.h37 const string& remote,
40 bool GetFile(const string& remote,
H A DFileUploadClient.h31 const string& remote,
34 virtual bool GetFile(const string& remote,
H A DFtpClient.h43 const string& remote,
46 bool GetFile(const string& remote,
H A DSpawningUploadClient.h28 const string& remote,
31 virtual bool GetFile(const string& remote,
H A DSpawningUploadClient.cpp171 SpawningUploadClient::PutFile(const string& local, const string& remote, argument
179 SpawningUploadClient::GetFile(const string& remote, const string& local, argument
186 // Note: this only works for local remote moves, cross filesystem moves
H A DSftpClient.cpp157 SftpClient::PutFile(const string& local, const string& remote, ftp_mode mode) argument
162 cmd << " " << local.c_str() << " " << remote.c_str() << "\n";
192 SftpClient::GetFile(const string& remote, const string& local, ftp_mode mode) argument
199 // Note: this only works for local remote moves, cross filesystem moves
H A DFtpClient.cpp196 FtpClient::PutFile(const string& local, const string& remote, ftp_mode mode) argument
220 cmd += remote;
279 FtpClient::GetFile(const string& remote, const string& local, ftp_mode mode) argument
303 cmd += remote;
356 // Note: this only works for local remote moves, cross filesystem moves
606 // Here we send a "pasv" command and connect to the remote server
/haiku/src/preferences/bluetooth/
H A DRemoteDevicesView.cpp147 RemoteDevice* remote = dynamic_cast<RemoteDevice*>(device->Device()); local
148 if (remote == NULL)
151 remote->Authenticate();
162 RemoteDevice* remote = dynamic_cast<RemoteDevice*>(device->Device()); local
163 if (remote == NULL)
166 remote->Disconnect();
/haiku/src/libs/libtelnet/
H A Dmisc.c68 auth_encrypt_init(char *local, char *remote, const char *name undef1, int server undef1) argument
70 RemoteHostName = remote;
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DNodeAttribute.cpp234 // For remote value blocks, value is stored in seperate file system block
245 // TODO : Implement remote header checks for V5 file system
305 // First check if its local or remote value
314 AttrLeafNameRemote* remote = (AttrLeafNameRemote*)(fLeafBuffer + offset); local
315 memcpy(name, remote->name, remote->namelen);
316 name[remote->namelen] = '\0';
317 *nameLength = remote->namelen + 1;
375 // First check if its local or remote value
386 AttrLeafNameRemote* remote local
[all...]
H A DLeafAttribute.cpp210 // For remote value blocks, value is stored in seperate file system block
220 // TODO : Implement remote header checks for V5 file system
255 // First check if its local or remote value
264 AttrLeafNameRemote* remote = (AttrLeafNameRemote*)(fLeafBuffer + offset); local
265 memcpy(name, remote->name, remote->namelen);
266 name[remote->namelen] = '\0';
267 *nameLength = remote->namelen + 1;
302 // First check if its local or remote value
313 AttrLeafNameRemote* remote local
[all...]
/haiku/src/libs/icon/
H A DIcon.cpp100 VectorPath* remote = pathSourceShape->Paths()->ItemAtFast(j); local
101 int32 index = other.fPaths.IndexOf(remote);
104 printf("failed to match remote and "
/haiku/src/kits/app/
H A DLooper.cpp1396 bool remote = message->IsSourceRemote(); local
1398 || (source == B_REMOTE_SOURCE && remote)
1399 || (source == B_LOCAL_SOURCE && !remote)) {

Completed in 71 milliseconds