OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:searchPaths
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/opengl/libs/EGL/
Loader.cpp
270
const char* const
searchPaths
[] = {
281
for (size_t i=0 ; i<NELEM(
searchPaths
) ; i++) {
282
if (find(result, pattern,
searchPaths
[i], true)) {
293
for (size_t i=0 ; i<NELEM(
searchPaths
) ; i++) {
294
if (find(result, pattern,
searchPaths
[i], false)) {
/external/qemu/android/avd/
info.c
111
char*
searchPaths
[ MAX_SEARCH_PATHS ];
144
AFREE(i->
searchPaths
[nn]);
201
* from it. Returns the number of valid paths stored in '
searchPaths
', or -1
207
* '
searchPaths
' must be an array of char* pointers of at most 'maxSearchPaths'
214
char**
searchPaths
)
234
searchPaths
[count++] = path;
605
i->
searchPaths
);
628
const char* searchDir = i->
searchPaths
[nn];
[
all
...]
/external/qemu/android/
main-common.c
823
static const char* const
searchPaths
[] = {
838
for (nn = 0;
searchPaths
[nn] != NULL; nn++) {
839
p = bufprint(app, end, "%s",
searchPaths
[nn]);
[
all
...]
Completed in 196 milliseconds