Home
last modified time | relevance | path

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

/aosp12/system/extras/ioblame/
H A Dioblame.sh223 fgrep android_fs_dataread_start $infile > foo0
225 cat foo0 | sed -n -e 's/^.*android_fs_dataread_start //p' > foo1
229 rm foo0
245 fgrep android_fs_datawrite_start $infile > foo0
247 cat foo0 | sed -n -e 's/^.*android_fs_datawrite_start //p' > foo1
251 rm foo0
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/
H A DPrivacyChipBuilderTest.kt40 val foo0 = PrivacyItem(Privacy.TYPE_MICROPHONE, PrivacyApplication( regex
45 val items = listOf(bar2, foo0, baz1, bar3)