HomeSort by relevance Sort by last modified time
    Searched refs:kInclude (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.cpp 95 kInclude,
1004 if (parser[NKey::kInclude].ThereIs)
1008 parser[NKey::kInclude].PostStrings, true, recursedType, wildcardMatching, codePage);
    [all...]
  /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 682 milliseconds