Searched defs:FileSystem (Results 1 – 10 of 10) sorted by relevance
/build/soong/ui/metrics/proc/ |
D | status_linux.go | 16 func NewProcStatus(pid int, fileSystem fs.FileSystem) (*ProcStatus, error) {
|
D | status_darwin.go | 9 func NewProcStatus(pid int, _ fs.FileSystem) (*ProcStatus, error) {
|
/build/soong/bpfix/bpfix/ |
D | bpfix.go | 1478 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/ |
D | glob.go | 90 func startGlob(fs FileSystem, pattern string, excludes []string, 151 func glob(fs FileSystem, pattern string, hasRecursive bool,
|
D | fs_test.go | 106 func runTestFs(t *testing.T, f func(t *testing.T, fs FileSystem, dir string)) {
|
D | fs.go | 91 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) …
|
D | glob_test.go | 775 func testGlob(t *testing.T, fs FileSystem, testCase globTestCase, follow ShouldFollowSymlinks) {
|
/build/soong/android/ |
D | bazel_paths.go | 207 func directoryHasBlueprint(fs pathtools.FileSystem, prefix string, components []string, componentIn…
|
/build/soong/finder/ |
D | finder.go | 168 func New(cacheParams CacheParams, filesystem fs.FileSystem, 174 func newImpl(cacheParams CacheParams, filesystem fs.FileSystem,
|
/build/soong/finder/fs/ |
D | fs.go | 50 type FileSystem interface { interface
|