OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contentFile
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/avd/
info.c
630
const char*
contentFile
;
636
contentFile
= ASTRDUP(l->temp);
643
AFREE((char*)
contentFile
);
668
path = imageLoader_setPath(l,
contentFile
);
669
AFREE((char*)
contentFile
);
[
all
...]
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/build/
ApkBuilder.java
620
for (File
contentFile
: files) {
621
processFileForResource(
contentFile
, path);
Completed in 196 milliseconds