Home
last modified time | relevance | path

Searched defs:FileSystem (Results 1 – 11 of 11) sorted by relevance

/build/soong/ui/metrics/
Dhostinfo_linux.go30 func NewCpuInfo(fileSystem fs.FileSystem) (*CpuInfo, error) {
38 func NewMemInfo(fileSystem fs.FileSystem) (*MemInfo, error) {
46 func parseFile(obj fillable, fileName string, endOnBlank bool, fileSystem fs.FileSystem) error {
Dhostinfo_darwin.go23 func NewCpuInfo(fileSystem fs.FileSystem) (*CpuInfo, error) {
27 func NewMemInfo(fileSystem fs.FileSystem) (*MemInfo, error) {
/build/soong/ui/metrics/proc/
Dstatus_darwin.go9 func NewProcStatus(pid int, _ fs.FileSystem) (*ProcStatus, error) {
Dstatus_linux.go16 func NewProcStatus(pid int, fileSystem fs.FileSystem) (*ProcStatus, error) {
/build/soong/bpfix/bpfix/
Dbpfix.go1480 func rewriteLicenseProperty(fs pathtools.FileSystem, relativePath string) patchListModFunction {
1488 … rewriteLicenseProperties(mod *parser.Module, patchList *parser.PatchList, fs pathtools.FileSystem,
1671 func hasFile(path string, fs pathtools.FileSystem) bool {
1677 func getDirFromProperty(mod *parser.Module, property string, fs pathtools.FileSystem, relativePath …
1710 func getPathFromProperty(mod *parser.Module, property string, fs pathtools.FileSystem, relativePath…
1723 func getModuleName(path string, moduleType string, fs pathtools.FileSystem) (string, error) {
1746 func parserPath(path string, fs pathtools.FileSystem) (tree *parser.File, err error) {
/build/blueprint/pathtools/
Dglob.go100 func startGlob(fs FileSystem, pattern string, excludes []string,
161 func glob(fs FileSystem, pattern string, hasRecursive bool,
Dfs_test.go107 func runTestFs(t *testing.T, f func(t *testing.T, fs FileSystem, dir string)) {
Dfs.go93 type FileSystem interface { interface
598 func listDirsRecursive(fs FileSystem, name string, follow ShouldFollowSymlinks) ([]string, error) {
624 func listDirsRecursiveRelative(fs FileSystem, name string, follow ShouldFollowSymlinks, depth int) …
Dglob_test.go775 func testGlob(t *testing.T, fs FileSystem, testCase globTestCase, follow ShouldFollowSymlinks) {
/build/soong/finder/
Dfinder.go172 func New(cacheParams CacheParams, filesystem fs.FileSystem,
178 func newImpl(cacheParams CacheParams, filesystem fs.FileSystem,
/build/soong/finder/fs/
Dfs.go50 type FileSystem interface { interface