OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avdInfo_getContentPath
(Results
1 - 4
of
4
) sorted by null
/external/qemu/android/avd/
info.h
210
const char*
avdInfo_getContentPath
( AvdInfo* i );
info.c
1026
avdInfo_getContentPath
( AvdInfo* i )
[
all
...]
/external/qemu/android/
user-config.c
67
p = bufprint(temp, end, "%s/%s",
avdInfo_getContentPath
(info),
main.c
545
opts->sysdir = ASTRDUP(
avdInfo_getContentPath
(avd));
[
all
...]
Completed in 43 milliseconds