Home
last modified time | relevance | path

Searched refs:recursive_ (Results 1 – 8 of 8) sorted by relevance

/third_party/gn/src/base/files/
Dfile_enumerator_posix.cc84 recursive_(recursive), in FileEnumerator()
135 if (!recursive_ && !is_pattern_matched) in Next()
143 if (recursive_ && is_dir) in Next()
Dfile_enumerator_win.cc88 : recursive_(recursive), in FileEnumerator()
162 if (is_dir && recursive_) { in Next()
Dfile_enumerator.h156 const bool recursive_; variable
/third_party/node/deps/zlib/google/
Dzip_writer.h67 void SetRecursive(bool b) { recursive_ = b; } in SetRecursive()
145 bool recursive_ = false; variable
Dzip_writer.cc120 if (!recursive_) in AddDirectoryEntry()
/third_party/node/deps/v8/third_party/zlib/google/
Dzip_writer.h67 void SetRecursive(bool b) { recursive_ = b; } in SetRecursive()
145 bool recursive_ = false; variable
Dzip_writer.cc120 if (!recursive_) in AddDirectoryEntry()
/third_party/ninja/src/
Dgraph.cc388 : edge_(edge), escape_in_out_(escape), recursive_(false) {} in EdgeEnv()
399 bool recursive_; member
417 if (recursive_) { in LookupVariable()
430 if (recursive_ && eval) in LookupVariable()
435 recursive_ = true; in LookupVariable()