Home
last modified time | relevance | path

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

/external/libchrome/libchrome_tools/
Dupdate_libchrome.py138 def _clean_existing_dir(output_root): argument
144 os.makedirs(output_root, mode=0o755, exist_ok=True)
145 for path in os.listdir(output_root):
146 target_path = os.path.join(output_root, path)
152 def _import_files(chromium_root, output_root): argument
161 target_path = os.path.join(output_root, filepath)
166 def _apply_patch_files(patch_root, output_root): argument
180 subprocess.check_call(['patch', '-p1'], stdin=f, cwd=output_root)
205 _clean_existing_dir(args.output_root)
206 _import_files(args.chromium_root, args.output_root)
[all …]
/external/webrtc/test/peer_scenario/
Dpeer_scenario.cc34 std::string output_root = absl::GetFlag(FLAGS_peer_logs_root); in GetPeerScenarioLogManager() local
35 if (output_root.empty()) in GetPeerScenarioLogManager()
36 output_root = OutputPath() + "output_data/"; in GetPeerScenarioLogManager()
38 auto base_filename = output_root + file_name + "."; in GetPeerScenarioLogManager()
/external/tensorflow/tensorflow/tools/proto_text/
Dgen_proto_text_functions.cc77 const string output_root = argv[1]; in MainImpl() local
132 const string path = output_root + "/" + proto_path_no_suffix + suffix; in MainImpl()
/external/webrtc/test/scenario/
Dscenario.cc37 std::string output_root = absl::GetFlag(FLAGS_scenario_logs_root); in GetScenarioLogManager() local
38 if (output_root.empty()) in GetScenarioLogManager()
39 output_root = OutputPath() + "output_data/"; in GetScenarioLogManager()
41 auto base_filename = output_root + file_name + "."; in GetScenarioLogManager()