Home
last modified time | relevance | path

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

/build/blueprint/pathtools/
Dfs.go59 Exists(name string) (bool, bool, error) methodSpec
69 func (osFs) Exists(name string) (bool, bool, error) { func
120 func (m *mockFs) Exists(name string) (bool, bool, error) { func
/build/kati/
Dmain.cc224 if (Exists("GNUmakefile")) { in FindFirstMakefie()
227 } else if (Exists("makefile")) { in FindFirstMakefie()
230 } else if (Exists("Makefile")) { in FindFirstMakefie()
Dfile.h38 bool Exists() const { return exists_; } in Exists() function
Dfileutil.h29 bool Exists(StringPiece f);
Dregen.cc107 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()
Dfileutil.cc37 bool Exists(StringPiece filename) { in Exists() function
175 if (Exists(pat)) in Get()
Ddep.cc348 bool Exists(Symbol target) { in Exists() function in DepBuilder
354 return ::Exists(target.str()); in Exists()
458 if (!Exists(Intern(buf))) { in CanPickImplicitRule()
543 if (!Exists(input)) in PickRule()
Dexec.cc81 if (Exists(d->output.str())) { in ExecNode()
Deval.cc279 if (!mk->Exists()) { in DoInclude()
Dninja.cc754 if (!Exists(d)) in GenerateStamp()
Dfind.cc780 *should_fallback = Exists(d); in FindDir()
/build/soong/android/
Dpaths.go363 if exists, _, err := ctx.Fs().Exists(ret.String()); err != nil {