Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/process_sandboxer/
Dmain.cpp155 absl::Status dir_creation = host.EnsureOutputDirectoriesExist(); in ProcessSandboxerMain() local
156 if (!dir_creation.ok()) { in ProcessSandboxerMain()
157 return dir_creation; in ProcessSandboxerMain()