Searched refs:Exists (Results 1 – 12 of 12) sorted by relevance
59 Exists(name string) (bool, bool, error) methodSpec69 func (osFs) Exists(name string) (bool, bool, error) { func120 func (m *mockFs) Exists(name string) (bool, bool, error) { func
224 if (Exists("GNUmakefile")) { in FindFirstMakefie()227 } else if (Exists("makefile")) { in FindFirstMakefie()230 } else if (Exists("Makefile")) { in FindFirstMakefie()
38 bool Exists() const { return exists_; } in Exists() function
29 bool Exists(StringPiece f);
107 if (!Exists(GetNinjaFilename())) { in IsMissingOutputs()112 if (!Exists(GetNinjaShellScriptFilename())) { in IsMissingOutputs()311 if (Exists(dir)) in ShouldRunCommand()315 if (!Exists(file)) in ShouldRunCommand()343 if (Exists(sr->cmd)) { in CheckShellResult()
37 bool Exists(StringPiece filename) { in Exists() function175 if (Exists(pat)) in Get()
348 bool Exists(Symbol target) { in Exists() function in DepBuilder354 return ::Exists(target.str()); in Exists()458 if (!Exists(Intern(buf))) { in CanPickImplicitRule()543 if (!Exists(input)) in PickRule()
81 if (Exists(d->output.str())) { in ExecNode()
279 if (!mk->Exists()) { in DoInclude()
754 if (!Exists(d)) in GenerateStamp()
780 *should_fallback = Exists(d); in FindDir()
363 if exists, _, err := ctx.Fs().Exists(ret.String()); err != nil {