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

  /external/llvm/lib/Support/
Process.cpp 39 SmallVector<StringRef, 8> Dirs;
40 SplitString(OptPath.getValue(), Dirs, EnvPathSeparatorStr);
42 for (const auto &Dir : Dirs) {
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Process.cpp 39 SmallVector<StringRef, 8> Dirs;
40 SplitString(OptPath.getValue(), Dirs, EnvPathSeparatorStr);
42 for (const auto &Dir : Dirs) {
  /prebuilts/go/darwin-x86/src/cmd/doc/
dirs.go 16 // Dirs is a structure for scanning the directory tree.
20 type Dirs struct {
26 var dirs Dirs var
29 dirs.paths = make([]string, 0, 1000)
30 dirs.scan = make(chan string)
31 go dirs.walk()
35 func (d *Dirs) Reset() {
41 func (d *Dirs) Next() (string, bool) {
57 func (d *Dirs) walk()
    [all...]
  /prebuilts/go/linux-x86/src/cmd/doc/
dirs.go 16 // Dirs is a structure for scanning the directory tree.
20 type Dirs struct {
26 var dirs Dirs var
29 dirs.paths = make([]string, 0, 1000)
30 dirs.scan = make(chan string)
31 go dirs.walk()
35 func (d *Dirs) Reset() {
41 func (d *Dirs) Next() (string, bool) {
57 func (d *Dirs) walk()
    [all...]
  /external/clang/lib/Driver/
MSVCToolChain.cpp 596 SmallVector<StringRef, 8> Dirs;
598 .split(Dirs, ";", /*MaxSplit=*/-1, /*KeepEmpty=*/false);
599 for (StringRef Dir : Dirs)
601 if (!Dirs.empty())
ToolChains.cpp 4401 SmallVector<StringRef, 5> dirs; local
    [all...]

Completed in 353 milliseconds