Home
last modified time | relevance | path

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

/build/soong/finder/
Dfinder.go416 type dirFullInfo struct { struct
558 func (m *pathMap) DumpAll() []dirFullInfo {
559 results := []dirFullInfo{}
564 func (m *pathMap) dumpInto(path string, results *[]dirFullInfo) {
566 dirFullInfo{
647 func (f *Finder) serializeCacheEntry(dirInfos []dirFullInfo) ([]byte, error) {
696 func (f *Finder) parseCacheEntry(bytes []byte) ([]dirFullInfo, error) {
708 nodes := make([]dirFullInfo, capacity)
714 nodes[count] = dirFullInfo{
1064 func (f *Finder) sortedDirEntries() []dirFullInfo {
[all …]