Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc195 std::vector<std::string> input_files = in FindConfigFromStdin() local
197 for (const auto& file : input_files) { in FindConfigFromStdin()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dassemble_cvd.cc553 std::vector<std::string> input_files = android::base::Split(input_files_str, "\n"); in AssembleCvdMain() local
555 FetcherConfig fetcher_config = FindFetcherConfig(input_files); in AssembleCvdMain()
/device/google/trout/tools/
Dbpttool877 def _read_json(self, input_files, ab_collapse=True): argument
898 for f in input_files: