HomeSort by relevance Sort by last modified time
    Searched refs:whitelist_file (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/site_tests/platform_ToolchainOptions/
platform_ToolchainOptions.py 20 def __init__(self, description, bad_files, whitelist_file):
24 self.process_whitelist_with_private(whitelist_file)
27 def process_whitelist_with_private(self, whitelist_file):
32 @param whitelist_file: path to whitelist file
34 whitelist_files = [whitelist_file]
35 private_file = os.path.join(os.path.dirname(whitelist_file),
37 os.path.basename(whitelist_file))
42 def process_whitelist(self, whitelist_file):
46 @param whitelist_file: path to whitelist file
48 if os.path.isfile(whitelist_file)
    [all...]
  /build/make/core/tasks/
boot_jars_package_check.mk 28 whitelist_file := build/core/tasks/check_boot_jars/package_whitelist.txt macro
32 $(stamp): PRIVATE_WHITELIST := $(whitelist_file)
33 $(stamp) : $(built_boot_jars) $(script) $(whitelist_file)
  /external/autotest/utils/
test_importer.py 529 parser.add_option('-w', '--whitelist-file', dest='whitelist_file',
580 if options.whitelist_file:
584 whitelist_path = os.path.abspath(options.whitelist_file)

Completed in 3134 milliseconds