OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kInclude
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/tools/gn/
c_include_iterator.cc
67
static const char
kInclude
[] = "#include";
68
static const size_t kIncludeLen = arraysize(
kInclude
) - 1; // No null.
77
if (StartsWith(trimmed, base::StringPiece(
kInclude
, kIncludeLen)))
/external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.cpp
69
kInclude
,
841
if (parser[NKey::
kInclude
].ThereIs)
845
parser[NKey::
kInclude
].PostStrings, true, recursedType, codePage);
/ndk/sources/host-tools/ndk-depends/
ndk-depends.cc
854
static const char
kInclude
[] = "include";
855
const size_t kIncludeLen = sizeof(
kInclude
) - 1;
856
if (len == kIncludeLen && !memcmp(begin,
kInclude
, len)) {
[
all
...]
Completed in 77 milliseconds