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

  /external/chromium_org/chrome/test/nacl_test_injection/
find_chrome.py 48 chrome_filename = os.path.join(src_dir, chrome)
50 print 'Looking for %r...' % chrome_filename,
51 if os.path.exists(chrome_filename):
54 mtime = os.path.getmtime(chrome_filename)
57 latest_path = chrome_filename
buildbot_chrome_nacl_stage.py 152 chrome_filename = options.browser_path
154 chrome_filename = find_chrome.FindChrome(src_dir, [options.mode])
155 if chrome_filename is None:
195 'chrome_browser_path=%s' % chrome_filename,

Completed in 41 milliseconds