Searched refs:test_str (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/linkloader/tests/images/
H A Drodata-test.c19 static char const *const test_str[] = { variable
26 static size_t test_str_count = sizeof(test_str) / sizeof(char const *const);
30 printf("test_str: %p\n", &test_str);
32 printf("%p\n", test_str[i]);
33 printf("%s\n", test_str[i]);

Completed in 60 milliseconds