Home
last modified time | relevance | path

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

/external/f2fs-tools/fsck/
Dcompress.c127 static bool ext_found(const char *ext) in ext_found() function
145 return (ext_found(get_ext(path)) == true) ^ in ext_do_filter()
154 if (ext_found(ext)) in ext_filter_add()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp135 bool ext_found = false; in InstanceExtensionEnabled() local
138 ext_found = true; in InstanceExtensionEnabled()
142 return ext_found; in InstanceExtensionEnabled()
173 bool ext_found = false; in DeviceExtensionEnabled() local
176 ext_found = true; in DeviceExtensionEnabled()
180 return ext_found; in DeviceExtensionEnabled()