Searched defs:fc (Results 1 - 4 of 4) sorted by relevance

/build/kati/
H A Dfind_test.cc36 FindCommand fc; local
37 if (!fc.Parse(cmd)) {
42 if (!FindEmulator::Get()->HandleFind(cmd, fc, Loc(), &out)) {
H A Dregen.cc396 FindCommand fc; local
397 if (fc.Parse(sr->cmd) &&
398 !fc.chdir.empty() && ShouldIgnoreDirty(fc.chdir)) {
H A Dfind.cc153 virtual bool RunFind(const FindCommand& fc, const Loc& loc, int d,
167 void PrintIfNecessary(const FindCommand& fc, argument
172 if (fc.print_cond && !fc.print_cond->IsTrue(path, type))
174 if (d < fc.mindepth)
188 virtual bool RunFind(const FindCommand& fc, const Loc&, int d,
192 PrintIfNecessary(fc, *path, type_, d, out);
258 virtual bool RunFind(const FindCommand& fc, const Loc& loc, int d,
270 fc.read_dirs->insert(*path);
272 if (fc
407 FindCommandParser(StringPiece cmd, FindCommand* fc) argument
[all...]
H A Dfunc.cc498 FindCommand** fc) {
506 *fc = new FindCommand();
507 if ((*fc)->Parse(cmd)) {
509 if (FindEmulator::Get()->HandleFind(cmd, **fc, loc, &out2)) {
513 if (FindEmulator::Get()->HandleFind(cmd, **fc, loc, s)) {
518 delete *fc;
519 *fc = NULL;
574 FindCommand* fc = NULL; local
575 ShellFuncImpl(shell, shellflag, cmd, ev->loc(), &out, &fc);
578 cr->op = (fc
496 ShellFuncImpl(const string& shell, const string& shellflag, const string& cmd, const Loc& loc, string* s, FindCommand** fc) argument
[all...]

Completed in 75 milliseconds