Lines Matching defs:local_file
431 const FileSpec &local_file) {
432 const auto local_file_path = local_file.GetPath();
465 Status AdbClient::SyncService::internalPushFile(const FileSpec &local_file,
467 const auto local_file_path(local_file.GetPath());
490 kDONE, llvm::sys::toTimeT(FileSystem::Instance().GetModificationTime(local_file)),
559 const FileSpec &local_file) {
560 return executeCommand([this, &remote_file, &local_file]() {
561 return internalPullFile(remote_file, local_file);
565 Status AdbClient::SyncService::PushFile(const FileSpec &local_file,
567 return executeCommand([this, &local_file, &remote_file]() {
568 return internalPushFile(local_file, remote_file);