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

  /external/chromium_org/tools/gyp/test/mac/
gyptest-strip.py 27 def OutPath(s):
49 CheckNsyms(OutPath('no_postprocess'), 29 + expected_extra_symbol_count)
50 CheckNsyms(OutPath('no_strip'), 29 + expected_extra_symbol_count)
51 CheckNsyms(OutPath('strip_all'), 0)
52 CheckNsyms(OutPath('strip_nonglobal'), 6)
53 CheckNsyms(OutPath('strip_debugging'), 7)
54 CheckNsyms(OutPath('strip_all_custom_flags'), 0)
58 CheckNsyms(OutPath('strip_save'), 7)
gyptest-strip-default.py 27 def OutPath(s):
47 CheckNsyms(OutPath('libsingle_dylib.dylib'),
56 CheckNsyms(OutPath('single_so.so'),
65 CheckNsyms(OutPath('single_exe'),

Completed in 149 milliseconds