Lines Matching defs:string
169 logger Logger, dbPath string) (f *Finder, err error) {
175 logger Logger, dbPath string, numThreads int) (f *Finder, err error) {
228 func (f *Finder) FindAt(rootDir string) []string {
236 func (f *Finder) FindNamed(fileName string) []string {
243 func (f *Finder) FindNamedAt(rootPath string, fileName string) []string {
259 func (f *Finder) FindFirstNamed(fileName string) []string {
265 func (f *Finder) FindFirstNamedAt(rootPath string, fileName string) []string {
286 func (f *Finder) FindMatching(rootPath string, filter WalkFunc) []string {
358 func joinCleanPaths(base string, leaf string) string {
371 func (f *Finder) verbosef(format string, args ...interface{}) {
389 func (f *Finder) startFind(path string) {
481 func newPathMap(path string) *pathMap {
488 func (m *pathMap) GetNode(path string, createIfNotFound bool) *pathMap {
523 func (m *pathMap) newChild(name string) (child *pathMap) {
568 func (m *pathMap) dumpInto(path string, results *[]dirFullInfo) {
1203 func (f *Finder) onFsError(path string, err error) {
1276 func (f *Finder) statDirSync(path string) statResponse {
1316 func (f *Finder) shouldIncludeFile(fileName string) bool {