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 46 chrome_filename = os.path.join(src_dir, chrome)
48 print 'Looking for %r...' % chrome_filename,
49 if os.path.exists(chrome_filename):
52 mtime = os.path.getmtime(chrome_filename)
55 latest_path = chrome_filename
buildbot_chrome_nacl_stage.py 107 chrome_filename = options.browser_path
109 chrome_filename = find_chrome.FindChrome(src_dir, [options.mode])
110 if chrome_filename is None:
143 p = subprocess.Popen(['file', chrome_filename], stdout=subprocess.PIPE)
213 'chrome_browser_path=%s' % chrome_filename,

Completed in 1364 milliseconds