Home
last modified time | relevance | path

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

/build/soong/finder/
Dfinder.go417 type dirFullInfo struct { struct
559 func (m *pathMap) DumpAll() []dirFullInfo {
560 results := []dirFullInfo{}
565 func (m *pathMap) dumpInto(path string, results *[]dirFullInfo) {
567 dirFullInfo{
648 func (f *Finder) serializeCacheEntry(dirInfos []dirFullInfo) ([]byte, error) {
697 func (f *Finder) parseCacheEntry(bytes []byte) ([]dirFullInfo, error) {
709 nodes := make([]dirFullInfo, capacity)
715 nodes[count] = dirFullInfo{
1065 func (f *Finder) sortedDirEntries() []dirFullInfo {
[all …]