OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WS_BIN_RELATIVE_CRUNCHCACHE
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtConstants.java
101
public final static String
WS_BIN_RELATIVE_CRUNCHCACHE
= SdkConstants.FD_RESOURCES
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java
187
IFolder cacheFolder = binFolder.getFolder(AdtConstants.
WS_BIN_RELATIVE_CRUNCHCACHE
);
232
IFolder cacheFolder = binFolder.getFolder(AdtConstants.
WS_BIN_RELATIVE_CRUNCHCACHE
);
269
IFolder libCacheFolder = libBinFolder.getFolder(AdtConstants.
WS_BIN_RELATIVE_CRUNCHCACHE
);
[
all
...]
Completed in 52 milliseconds