Home
last modified time | relevance | path

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

/external/pigweed/pw_presubmit/py/
Downers_checks_test.py337 primary_file = self._create_temp_files(
340 owners_file = owners_checks.OwnersFile(primary_file)
355 primary_file = self._create_temp_files(
359 {}, owners_checks.run_owners_checks(primary_file)
386 primary_file = (file_under_test, globals()[file_under_test])
391 primary_file = self._create_temp_files(
392 temp_dir=temp_dir, file_list=(primary_file,)
398 owners_file = owners_checks.OwnersFile(primary_file)
/external/google-breakpad/src/tools/mac/dump_syms/
Ddump_syms_tool.cc123 const string& primary_file = in Start() local
126 if (!dump_symbols.Read(primary_file)) in Start()
133 primary_file.c_str(), options.arch->name); in Start()
167 if (split_module && primary_file == options.dsymPath) { in Start()