Home
last modified time | relevance | path

Searched defs:build_string (Results 1 – 2 of 2) sorted by relevance

/external/lldb/examples/summaries/cocoa/
Dobjc_runtime.py517 def __init__(self, major, minor, release, build_string): argument
535 build_string = property(get_build_string,None) variable in Version
/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h766 uint16_t build_string[MD_MAX_PATH]; /* UTF-16-encoded, 0-terminated */ member