Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLExtensions.cpp27 static int find_string(const TArray<SkString>& strings, const char ext[]) { in find_string() function
132 return find_string(fStrings, ext) >= 0; in has()
137 int idx = find_string(fStrings, ext); in remove()
152 int idx = find_string(fStrings, ext); in add()
/aosp_15_r20/external/libtracefs/src/
H A Dtracefs-sqlhist.c197 static struct str_hash *find_string(struct sqlhist_bison *sb, const char *str) in find_string() function
218 if ((hash = find_string(sb, str))) { in add_hash()