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

/dalvik/dx/src/com/android/dx/cf/direct/
H A DClassPathOpener.java205 * @param dir {@code non-null;} file representing the directory
210 private boolean processDirectory(File dir, boolean topLevel) { argument
212 dir = new File(dir, ".");
215 File[] files = dir.listFiles();
/dalvik/libdex/
H A Dsha1.cpp87 #include <dir.h>
431 char dir[MAXDIR]; local
462 fnsplit(argv[i], drive, dir, name, ext);
467 sprintf(path, "%s%s%s", drive, dir, f.ff_name);
H A DDexSwapVerify.cpp911 const DexAnnotationsDirectoryItem* dir);
950 const DexAnnotationsDirectoryItem* dir = local
952 u4 annoDefiner = findFirstAnnotationsDirectoryDefiner(state, dir);
1312 const DexAnnotationsDirectoryItem* dir) {
1313 if (dir->fieldsSize != 0) {
1315 dexGetFieldAnnotations(state->pDexFile, dir);
1321 if (dir->methodsSize != 0) {
1323 dexGetMethodAnnotations(state->pDexFile, dir);
1329 if (dir->parametersSize != 0) {
1331 dexGetParameterAnnotations(state->pDexFile, dir);
1311 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 125 milliseconds