Searched refs:androidSrc (Results 1 – 2 of 2) sorted by relevance
83 String androidSrc = sourceAttachmentPath.toString(); in initializeDefaults() local84 if (androidSrc != null && androidSrc.trim().length() > 0) { in initializeDefaults()85 File srcFile = new File(androidSrc); in initializeDefaults()88 adtContainer = new ExternalArchiveSourceContainer(androidSrc, in initializeDefaults()
409 IPath androidSrc = null;417 androidSrc = new Path(androidSrcOsPath);419 if (androidSrc == null) {420 androidSrc = new Path(paths[CACHE_INDEX_SRC]);423 androidSrc = null;427 if (androidSrc == null && target != null) {444 androidSrc = new Path(androidSrcOsPath);478 androidSrc, // source attachment path517 if (androidSrc != null && target != null) {519 androidSrc.toOSString());