OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:slash2
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/utils/
timezone.c
47
const char* slash1 = NULL, *
slash2
= NULL;
local
57
slash2
= strchr( slash1+1, '/');
58
if (
slash2
!= NULL) {
59
if (
slash2
[1] == 0 || strchr(
slash2
+1, '/') != NULL)
/frameworks/base/media/java/android/media/
MediaScanner.java
[
all
...]
Completed in 389 milliseconds