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

/build/kati/
H A Dfind_test.cc39 FindCommand fc; local
40 if (!fc.Parse(cmd)) {
45 if (!FindEmulator::Get()->HandleFind(cmd, fc, Loc(), &out)) {
72 FindCommand fc; local
73 if (!fc.Parse(cmd)) {
78 if (!FindEmulator::Get()->HandleFind(cmd, fc, Loc(), &emulated)) {
113 FindCommand fc; local
114 if (fc.Parse(cmd)) {
H A Dregen.cc399 FindCommand fc; local
400 if (fc.Parse(sr->cmd) && !fc.chdir.empty() && ShouldIgnoreDirty(fc.chdir)) {
H A Dfind.cc142 virtual bool RunFind(const FindCommand& fc,
158 void PrintIfNecessary(const FindCommand& fc, argument
163 if (fc.print_cond && !fc.print_cond->IsTrue(path, type))
165 if (d < fc.mindepth)
178 virtual bool RunFind(const FindCommand& fc,
184 PrintIfNecessary(fc, *path, type_, d, out);
251 virtual bool RunFind(const FindCommand& fc,
266 fc.read_dirs->insert(*path);
268 if (fc
400 FindCommandParser(StringPiece cmd, FindCommand* fc) argument
[all...]
H A Dfunc.cc502 FindCommand** fc) {
510 *fc = new FindCommand();
511 if ((*fc)->Parse(cmd)) {
513 if (FindEmulator::Get()->HandleFind(cmd, **fc, loc, &out2)) {
517 if (FindEmulator::Get()->HandleFind(cmd, **fc, loc, s)) {
522 delete *fc;
523 *fc = NULL;
579 FindCommand* fc = NULL; local
580 ShellFuncImpl(shell, shellflag, cmd, ev->loc(), &out, &fc);
583 cr->op = (fc
497 ShellFuncImpl(const string& shell, const string& shellflag, const string& cmd, const Loc& loc, string* s, FindCommand** fc) argument
[all...]

Completed in 72 milliseconds