OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPlatformName
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/test/chromedriver/test/
test_environment.py
81
return util.
GetPlatformName
()
run_all_tests.py
138
platform_name = util.
GetPlatformName
()
run_py_tests.py
85
os = util.
GetPlatformName
()
[
all
...]
/external/chromium_org/build/util/lib/common/
util.py
18
def
GetPlatformName
():
/external/chromium_org/chrome/test/chromedriver/
util.py
19
def
GetPlatformName
():
run_buildbot_steps.py
320
cmd.append(chrome_map[util.
GetPlatformName
()])
393
platform = '%s%s' % (util.
GetPlatformName
(), bitness)
Completed in 29 milliseconds