Searched refs:fc (Results 1 – 8 of 8) sorted by relevance
/build/kati/ |
D | pathutil.go | 397 func (c *fsCacheT) find(w evalWriter, fc findCommand, path string, id fileid, depth int, seen map[f… 399 id, ents := c.readdir(filepathClean(filepathJoin(fc.chdir, path)), id) 401 glog.V(1).Infof("find: %s %s not found", fc.chdir, path) 406 _, prune := fc.apply(w, path, ent) 408 if fc.followSymlinks { 428 if depth >= fc.depth { 429 glog.V(3).Infof("find: depth: %d >= %d", depth, fc.depth) 432 c.find(w, fc, filepathJoin(path, ent.name), ent.id, depth+1, seen) 456 return fcp.fc, err 458 if len(fcp.fc.finddirs) == 0 { [all …]
|
D | find.cc | 118 virtual bool RunFind(const FindCommand& fc, int d, 132 void PrintIfNecessary(const FindCommand& fc, in PrintIfNecessary() argument 137 if (fc.print_cond && !fc.print_cond->IsTrue(path, type)) in PrintIfNecessary() 139 if (d < fc.mindepth) in PrintIfNecessary() 154 virtual bool RunFind(const FindCommand& fc, int d, in RunFind() argument 158 PrintIfNecessary(fc, *path, type_, d, out); in RunFind() 224 virtual bool RunFind(const FindCommand& fc, int d, in RunFind() argument 236 fc.read_dirs->insert(*path); in RunFind() 238 if (fc.prune_cond && fc.prune_cond->IsTrue(*path, DT_DIR)) { in RunFind() 239 if (fc.type != FindCommandType::FINDLEAVES) { in RunFind() [all …]
|
D | pathutil_test.go | 388 fc, err := parseFindCommand(tc.cmd) 393 if got, want := fc, tc.want; !reflect.DeepEqual(got, want) { 432 fc findCommand 436 fc: findCommand{ 444 fc: findCommand{ 452 fc: findCommand{ 460 fc: findCommand{ 468 fc: findCommand{ 476 fc: findCommand{ 484 fc: findCommand{ [all …]
|
D | find_test.cc | 36 FindCommand fc; in main() local 37 if (!fc.Parse(cmd)) { in main() 42 if (!FindEmulator::Get()->HandleFind(cmd, fc, &out)) { in main()
|
D | func.cc | 495 string* s, FindCommand** fc) { in ShellFuncImpl() argument 503 *fc = new FindCommand(); in ShellFuncImpl() 504 if ((*fc)->Parse(cmd)) { in ShellFuncImpl() 506 if (FindEmulator::Get()->HandleFind(cmd, **fc, &out2)) { in ShellFuncImpl() 510 if (FindEmulator::Get()->HandleFind(cmd, **fc, s)) { in ShellFuncImpl() 515 delete *fc; in ShellFuncImpl() 516 *fc = NULL; in ShellFuncImpl() 568 FindCommand* fc = NULL; in ShellFunc() local 569 ShellFuncImpl(shell, cmd, &out, &fc); in ShellFunc() 573 cr->find.reset(fc); in ShellFunc()
|
D | regen.cc | 332 FindCommand fc; in CheckShellResult() local 333 if (fc.Parse(sr->cmd) && in CheckShellResult() 334 !fc.chdir.empty() && ShouldIgnoreDirty(fc.chdir)) { in CheckShellResult()
|
D | find.h | 63 virtual bool HandleFind(const string& cmd, const FindCommand& fc,
|
/build/tools/droiddoc/templates-pdk/assets/ |
D | prettify.js | 5 dc="(?:",ec=")",fc="gi",gc="PRE",hc='<!DOCTYPE foo PUBLIC "foo bar">\n<foo />',ic="\t",jc="\n",kc="… 18 m);w.push(dc+v(m)+ec)}return new RegExp(w.join(O),d?fc:R)}var ha=r;function Td(a){if(r===ha){var b=…
|