OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSDKPath
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/tools/gyp/test/mac/
gyptest-sdkroot.py
20
def
GetSDKPath
(sdk):
34
path =
GetSDKPath
(sdk)
/external/chromium_org/native_client_sdk/src/tools/
getos.py
39
def
GetSDKPath
():
64
root =
GetSDKPath
()
176
sdk_path =
GetSDKPath
()
185
sdk_path =
GetSDKPath
()
196
sdk_path =
GetSDKPath
()
/external/chromium_org/native_client_sdk/src/tools/tests/
getos_test.py
53
self.assertEqual(getos.
GetSDKPath
(), 'dummy')
58
self.assertEqual(getos.
GetSDKPath
(), os.path.dirname(TOOLS_DIR))
Completed in 180 milliseconds