HomeSort by relevance Sort by last modified time
    Searched defs:Dirs (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Support/
Process.cpp 81 SmallVector<StringRef, 8> Dirs;
82 SplitString(OptPath.getValue(), Dirs, EnvPathSeparatorStr);
84 for (const auto &Dir : Dirs) {
  /external/clang/lib/Driver/
WindowsToolChain.cpp 292 SmallVector<StringRef, 8> Dirs;
294 .split(Dirs, ";", /*MaxSplit=*/-1, /*KeepEmpty=*/false);
295 for (StringRef Dir : Dirs)
297 if (!Dirs.empty())
ToolChains.cpp 3305 SmallVector<StringRef, 5> dirs; local
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsSkpClipTest.cpp 535 class Dirs {
537 Dirs() {
    [all...]

Completed in 83 milliseconds