OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MY_OS
(Results
1 - 2
of
2
) sorted by null
/external/lldb/examples/functions/
Makefile
8
MY_OS
= $(shell uname -s)
10
ifeq "$(
MY_OS
)" "Darwin"
/external/lldb/examples/lookup/
Makefile
7
MY_OS
= $(shell uname -s)
9
ifeq "$(
MY_OS
)" "Darwin"
Completed in 61 milliseconds