OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kcurrenttoolchain
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/tools/gn/
scope_per_file_provider_unittest.cc
25
EXPECT_EQ("//toolchain:default", GPV(variables::
kCurrentToolchain
));
46
EXPECT_EQ("//toolchain:tc", GPV(variables::
kCurrentToolchain
));
scope_per_file_provider.cc
22
if (ident == variables::
kCurrentToolchain
)
variables.h
32
extern const char
kCurrentToolchain
[];
variables.cc
47
const char
kCurrentToolchain
[] = "current_toolchain";
[
all
...]
Completed in 58 milliseconds