HomeSort by relevance Sort by last modified time
    Searched full:extract_manifest (Results 1 - 4 of 4) sorted by null

  /external/v8/tools/gyp/test/win/
gyptest-link-embed-manifest.py 38 def extract_manifest(path, resource_name): function
56 test.fail_test(not extract_manifest(test.built_file_path(
58 test.fail_test(not extract_manifest(test.built_file_path(
60 test.fail_test(not extract_manifest(test.built_file_path(
62 test.fail_test(not extract_manifest(test.built_file_path(
69 extract_manifest(test.built_file_path('test_manifest_extra1.exe',
73 extract_manifest(test.built_file_path('test_manifest_extra1.exe',
78 extract_manifest(test.built_file_path('test_manifest_extra2.exe',
82 extract_manifest(test.built_file_path('test_manifest_extra2.exe',
88 extract_manifest(test.built_file_path('test_manifest_extra_list.exe'
    [all...]
gyptest-link-enable-uac.py 38 def extract_manifest(path, resource_name): function
56 test.fail_test(not extract_manifest(test.built_file_path(
58 test.fail_test(not extract_manifest(test.built_file_path(
60 test.fail_test(not extract_manifest(test.built_file_path(
65 manifest = parseString(extract_manifest(
77 manifest = parseString(extract_manifest(
84 manifest = parseString(extract_manifest(
gyptest-link-generate-manifest.py 37 def extract_manifest(path, resource_name): function
64 manifest = extract_manifest(exe_file, 1)
68 manifest = extract_manifest(exe_file, 1)
74 test.fail_test(extract_manifest(exe_file, 1))
gyptest-link-update-manifest.py 37 def extract_manifest(path, resource_name): function
87 return extract_manifest(exe_file, 1)

Completed in 240 milliseconds