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

  /external/chromium_org/native_client_sdk/src/tools/tests/
getos_test.py 77 getos.GetChromePath(platform)
80 self.assertRaises(getos.Error, getos.GetChromePath, platform)
90 chrome = getos.GetChromePath(platform)
99 # installed we mock the GetChromePath call to return a known system binary,
101 with mock.patch('getos.GetChromePath') as mock_chrome_path:
  /external/chromium_org/native_client_sdk/src/tools/
getos.py 109 def GetChromePath(platform):
142 chrome_path = GetChromePath(platform)
220 out = GetChromePath(platform)

Completed in 180 milliseconds