Home
last modified time | relevance | path

Searched refs:SetWorkingDirectory (Results 1 – 7 of 7) sorted by relevance

/device/google/cuttlefish/host/commands/host_bugreport/
Dmain.cc86 connect_cmd.SetWorkingDirectory( in CreateDeviceBugreport()
94 wait_for_device_cmd.SetWorkingDirectory( in CreateDeviceBugreport()
104 bugreport_cmd.SetWorkingDirectory( in CreateDeviceBugreport()
/device/google/cuttlefish/common/libs/utils/
Dsubprocess.cpp360 Command& Command::SetWorkingDirectory(const std::string& path) & { in SetWorkingDirectory() function in cuttlefish::Command
370 return SetWorkingDirectory(fd); in SetWorkingDirectory()
372 Command Command::SetWorkingDirectory(const std::string& path) && { in SetWorkingDirectory() function in cuttlefish::Command
373 return std::move(SetWorkingDirectory(path)); in SetWorkingDirectory()
375 Command& Command::SetWorkingDirectory(SharedFD dirfd) & { in SetWorkingDirectory() function in cuttlefish::Command
380 Command Command::SetWorkingDirectory(SharedFD dirfd) && { in SetWorkingDirectory() function in cuttlefish::Command
381 return std::move(SetWorkingDirectory(std::move(dirfd))); in SetWorkingDirectory()
Dsubprocess.h289 Command& SetWorkingDirectory(const std::string& path) &;
290 Command SetWorkingDirectory(const std::string& path) &&;
291 Command& SetWorkingDirectory(SharedFD dirfd) &;
292 Command SetWorkingDirectory(SharedFD dirfd) &&;
/device/google/cuttlefish/host/commands/start/
Dmain.cc106 run_cmd.SetWorkingDirectory(instance.instance_dir()); in StartRunner()
/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl_snapshot.cpp155 connect_cmd.SetWorkingDirectory("/"); in RunAdbShellCommand()
Dboot_state_machine.cc361 adb_command.SetWorkingDirectory("/"); in ResultSetup()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_utils.cc186 .SetWorkingDirectory(ramdisk_stage_dir) in UnpackRamdisk()