Home
last modified time | relevance | path

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

/build/soong/ui/metrics/proc/
Dstatus_linux.go16 func NewProcStatus(pid int, fileSystem fs.FileSystem) (*ProcStatus, error) {
Dstatus_darwin.go9 func NewProcStatus(pid int, _ fs.FileSystem) (*ProcStatus, error) {
/build/soong/bpfix/bpfix/
Dbpfix.go1478 func rewriteLicenseProperty(fs pathtools.FileSystem, relativePath string) patchListModFunction {
1486 … rewriteLicenseProperties(mod *parser.Module, patchList *parser.PatchList, fs pathtools.FileSystem,
1669 func hasFile(path string, fs pathtools.FileSystem) bool {
1675 func getDirFromProperty(mod *parser.Module, property string, fs pathtools.FileSystem, relativePath …
1708 func getPathFromProperty(mod *parser.Module, property string, fs pathtools.FileSystem, relativePath…
1721 func getModuleName(path string, moduleType string, fs pathtools.FileSystem) (string, error) {
1744 func parserPath(path string, fs pathtools.FileSystem) (tree *parser.File, err error) {
/build/blueprint/pathtools/
Dglob.go90 func startGlob(fs FileSystem, pattern string, excludes []string,
151 func glob(fs FileSystem, pattern string, hasRecursive bool,
Dfs_test.go106 func runTestFs(t *testing.T, f func(t *testing.T, fs FileSystem, dir string)) {
Dfs.go91 type FileSystem interface { interface
551 func listDirsRecursive(fs FileSystem, name string, follow ShouldFollowSymlinks) ([]string, error) {
577 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/android/
Dbazel_paths.go207 func directoryHasBlueprint(fs pathtools.FileSystem, prefix string, components []string, componentIn…
/build/soong/finder/
Dfinder.go168 func New(cacheParams CacheParams, filesystem fs.FileSystem,
174 func newImpl(cacheParams CacheParams, filesystem fs.FileSystem,
/build/soong/finder/fs/
Dfs.go50 type FileSystem interface { interface