Home
last modified time | relevance | path

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

/aosp12/build/soong/finder/
H A Dfinder_test.go73 original.DbPath,
686 cacheText := fs.Read(t, finder.DbPath, filesystem)
735 cacheReader, err := filesystem.Open(finder.DbPath)
744 filesystem.WriteFile(finder.DbPath, cacheData, 0777)
1166 cacheContent := fs.Read(t, finder.DbPath, fs1)
1167 fs.Write(t, finder.DbPath, cacheContent, fs2)
1231 string1 := fs.Read(t, finder.DbPath, filesystem)
1233 err := filesystem.Remove(finder.DbPath)
1243 string2 := fs.Read(t, finder.DbPath, filesystem)
1466 actualDbWriteTime := fs.ModTime(t, finder2.DbPath, filesystem)
[all …]
H A Dfinder.go146 DbPath string member
195 DbPath: dbPath,
843 dbPath := f.DbPath
854 f.verbosef("Database header matches, will attempt to use database %v\n", f.DbPath)
1158 tempPath := f.DbPath + ".tmp"
1171 err = f.filesystem.Rename(tempPath, f.DbPath)
/aosp12/build/soong/ui/build/
H A Dfinder.go179 distFile(ctx, config, f.DbPath, "module_paths")