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

  /external/chromium-trace/trace-viewer/build/
generate_standalone_timeline_view.py 51 def _sopen(filename, mode): function
141 with _sopen(options.js_file, 'w') as f:
145 with _sopen(options.css_file, 'w') as f: