Home
last modified time | relevance | path

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

/build/kati/
Dmain.cc219 if (Exists("GNUmakefile")) { in FindFirstMakefie()
222 } else if (Exists("makefile")) { in FindFirstMakefie()
225 } else if (Exists("Makefile")) { in FindFirstMakefie()
Dfileutil.cc37 bool Exists(StringPiece filename) { in Exists() function
166 if (Exists(pat)) in Get()
Dfileutil.h27 bool Exists(StringPiece f);
Dfile.h38 bool Exists() const { return exists_; } in Exists() function
Dregen.cc101 if (!Exists(GetNinjaFilename())) { in IsMissingOutputs()
106 if (!Exists(GetNinjaShellScriptFilename())) { in IsMissingOutputs()
299 if (Exists(dir)) in ShouldRunCommand()
Ddep.cc343 bool Exists(Symbol target) { in Exists() function in DepBuilder
349 return ::Exists(target.str()); in Exists()
453 if (!Exists(Intern(buf))) { in CanPickImplicitRule()
538 if (!Exists(input)) in PickRule()
Dexec.cc79 if (Exists(d->output.str())) { in ExecNode()
Deval.cc225 CHECK(mk->Exists()); in DoInclude()
Dninja.cc750 if (!Exists(d)) in GenerateStamp()
Dfind.cc716 *should_fallback = Exists(d); in FindDir()