Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcustom_actions.cpp174 auto directory_contents_result = in DefaultCustomActionConfig() local
176 CHECK(directory_contents_result.ok()) in DefaultCustomActionConfig()
177 << directory_contents_result.error().FormatForEnv(); in DefaultCustomActionConfig()
178 auto custom_action_configs = std::move(*directory_contents_result); in DefaultCustomActionConfig()