OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_sdk_path_cache
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/tools/gyp/pylib/gyp/
xcode_emulation.py
26
_sdk_path_cache
= {}
variable in class:XcodeSettings
297
if sdk_root not in XcodeSettings.
_sdk_path_cache
:
299
XcodeSettings.
_sdk_path_cache
[sdk_root] = sdk_path
302
return XcodeSettings.
_sdk_path_cache
[sdk_root]
[
all
...]
Completed in 245 milliseconds