Searched refs:kMaxDepth (Results 1 – 2 of 2) sorted by relevance
35 const int kMaxDepth = 16; in PokeServices() local37 nftw(GetRootEndpointPath().c_str(), PokeService, kMaxDepth, FTW_PHYS); in PokeServices()
107 const int kMaxDepth = 32; in CallOnAllFiles() local108 nftw(base_path.c_str(), callback, kMaxDepth, FTW_PHYS); in CallOnAllFiles()