Home
last modified time | relevance | path

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

/aosp12/system/libvintf/
H A Dutils.cpp46 bool foundError = false; in canConvertToFqInstance() local
50 foundError = true; in canConvertToFqInstance()
56 foundError = true; in canConvertToFqInstance()
59 if (!foundError) { in canConvertToFqInstance()
/aosp12/build/blueprint/proptools/
H A Dunpack_test.go995 foundError := false
998 foundError = true
1001 if !foundError {