Home
last modified time | relevance | path

Searched refs:fsType (Results 1 – 2 of 2) sorted by relevance

/build/soong/filesystem/
Dfilesystem.go113 type fsType int type
116 ext4Type fsType = iota
122 func (f *filesystem) fsType(ctx android.ModuleContext) fsType { func
144 switch f.fsType(ctx) {
290 fsTypeStr := func(t fsType) string {
299 addStr("fs_type", fsTypeStr(f.fsType(ctx)))
/build/soong/apex/
Dapex.go353 payloadFsType fsType
1605 type fsType int type
1608 ext4 fsType = iota
1612 func (f fsType) string() string {