Searched defs:systemFile (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/icu/source/io/
H A Dufile.c137 FILE *systemFile = fopen(filename, perm); local
138 if(systemFile == 0) {
142 result = finit_owner(systemFile, locale, codepage, TRUE);
147 fclose(systemFile);
/external/icu4c/io/
H A Dufile.c134 FILE *systemFile = fopen(filename, perm); local
135 if(systemFile == 0) {
139 result = finit_owner(systemFile, locale, codepage, TRUE);
144 fclose(systemFile);
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 195 milliseconds