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

  /external/v8/build/config/mac/
compile_xib.py 35 ibtool_section_re = re.compile(r'/\*.*\*/')
40 if ibtool_section_re.match(line):
  /external/v8/tools/gyp/pylib/gyp/
mac_tool.py 105 ibtool_section_re = re.compile(r'/\*.*\*/')
110 if ibtool_section_re.match(line):

Completed in 1125 milliseconds