Home
last modified time | relevance | path

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

/third_party/ninja/src/
Dutil.cc123 const int kMaxPathComponents = 60; in CanonicalizePath() local
124 char* components[kMaxPathComponents]; in CanonicalizePath()
175 if (component_count == kMaxPathComponents) in CanonicalizePath()