Searched defs:dir (Results 1 - 4 of 4) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/direct/
H A DClassPathOpener.java206 * @param dir {@code non-null;} file representing the directory
211 private boolean processDirectory(File dir, boolean topLevel) { argument
213 dir = new File(dir, ".");
216 File[] files = dir.listFiles();
/dalvik/libdex/
H A Dsha1.cpp87 #include <dir.h>
433 char dir[MAXDIR]; local
464 fnsplit(argv[i], drive, dir, name, ext);
469 sprintf(path, "%s%s%s", drive, dir, f.ff_name);
H A DDexSwapVerify.cpp927 const DexAnnotationsDirectoryItem* dir);
966 const DexAnnotationsDirectoryItem* dir = local
968 u4 annoDefiner = findFirstAnnotationsDirectoryDefiner(state, dir);
1255 const DexAnnotationsDirectoryItem* dir) {
1256 if (dir->fieldsSize != 0) {
1258 dexGetFieldAnnotations(state->pDexFile, dir);
1264 if (dir->methodsSize != 0) {
1266 dexGetMethodAnnotations(state->pDexFile, dir);
1272 if (dir->parametersSize != 0) {
1274 dexGetParameterAnnotations(state->pDexFile, dir);
1254 findFirstAnnotationsDirectoryDefiner(const CheckState* state, const DexAnnotationsDirectoryItem* dir) argument
[all...]
/dalvik/dx/etc/
H A Djasmin.jarMETA-INF/ META-INF/MANIFEST.MF jas/ jas/AnnotDefAttr.class AnnotDefAttr.java package jas ...

Completed in 92 milliseconds