Searched defs:FileSystem (Results 1 – 11 of 11) sorted by relevance
| /build/soong/ui/metrics/ |
| D | hostinfo_linux.go | 30 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 {
|
| D | hostinfo_darwin.go | 23 func NewCpuInfo(fileSystem fs.FileSystem) (*CpuInfo, error) { 27 func NewMemInfo(fileSystem fs.FileSystem) (*MemInfo, error) {
|
| /build/soong/ui/metrics/proc/ |
| D | status_darwin.go | 9 func NewProcStatus(pid int, _ fs.FileSystem) (*ProcStatus, error) {
|
| D | status_linux.go | 16 func NewProcStatus(pid int, fileSystem fs.FileSystem) (*ProcStatus, error) {
|
| /build/soong/bpfix/bpfix/ |
| D | bpfix.go | 1480 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/ |
| D | glob.go | 100 func startGlob(fs FileSystem, pattern string, excludes []string, 161 func glob(fs FileSystem, pattern string, hasRecursive bool,
|
| D | fs_test.go | 107 func runTestFs(t *testing.T, f func(t *testing.T, fs FileSystem, dir string)) {
|
| D | fs.go | 93 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) …
|
| D | glob_test.go | 775 func testGlob(t *testing.T, fs FileSystem, testCase globTestCase, follow ShouldFollowSymlinks) {
|
| /build/soong/finder/ |
| D | finder.go | 172 func New(cacheParams CacheParams, filesystem fs.FileSystem, 178 func newImpl(cacheParams CacheParams, filesystem fs.FileSystem,
|
| /build/soong/finder/fs/ |
| D | fs.go | 50 type FileSystem interface { interface
|