Home
last modified time | relevance | path

Searched refs:findCommand (Results 1 – 2 of 2) sorted by relevance

/build/kati/
Dpathutil_test.go152 want findCommand
156 want: findCommand{
164 want: findCommand{
172 want: findCommand{
180 want: findCommand{
188 want: findCommand{
196 want: findCommand{
204 want: findCommand{
212 want: findCommand{
220 want: findCommand{
[all …]
Dpathutil.go397 func (c *fsCacheT) find(w evalWriter, fc findCommand, path string, id fileid, depth int, seen map[f…
436 type findCommand struct { struct
445 func parseFindCommand(cmd string) (findCommand, error) {
447 return findCommand{}, errNotFind
489 func (fc findCommand) run(w evalWriter) { argument
507 func (fc findCommand) apply(w evalWriter, path string, ent dirent) (test, prune bool) { argument
535 fc findCommand