/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/ |
ResourceLoaderAdaptor.java | 120 loadPathCache.add(getLoadPaths(), name, file.getAbsolutePath()); 180 return file.getAbsolutePath(); 200 fullPath = file.getAbsolutePath();
|
/frameworks/base/core/java/android/app/backup/ |
WallpaperBackupHelper.java | 61 "wallpaper").getAbsolutePath(); 64 "wallpaper_info.xml").getAbsolutePath(); 76 "wallpaper-tmp").getAbsolutePath();
|
RecentsBackupHelper.java | 65 mRecentFiles[i] = recentFiles[i].getAbsolutePath(); 103 + key + "' to " + output.getAbsolutePath());
|
/frameworks/base/test-runner/src/android/test/ |
InstrumentationCoreTestRunner.java | 72 System.setProperty("java.home", cacheDir.getAbsolutePath()); 73 System.setProperty("user.home", cacheDir.getAbsolutePath()); 74 System.setProperty("java.io.tmpdir", cacheDir.getAbsolutePath());
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/ |
XmpPresets.java | 82 Log.v(LOGTAG, "Write XMP meta to file failed:" + dstFile.getAbsolutePath()); 86 if (!XmpUtilHelper.writeXMPMeta(dstFile.getAbsolutePath(), xmpMeta)) { 87 Log.v(LOGTAG, "Write XMP meta to file failed:" + dstFile.getAbsolutePath());
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
Ver4DictEncoder.java | 58 if (!BinaryDictionaryUtils.createEmptyDictFile(mDictPlacedDir.getAbsolutePath(), 63 + mDictPlacedDir.getAbsolutePath()); 65 final BinaryDictionary binaryDict = new BinaryDictionary(mDictPlacedDir.getAbsolutePath(),
|
Ver4DictDecoder.java | 50 mDictDirectory.getAbsolutePath(), 0 /* offset */, 0 /* length */, 66 mDictDirectory.getAbsolutePath(), 0 /* offset */, 0 /* length */,
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaScannerConnectionTest.java | 92 mMediaScannerConnection.scanFile(mMediaFile.getAbsolutePath(), MEDIA_TYPE); 96 assertEquals(mMediaFile.getAbsolutePath(), mMediaScannerConnectionClient.mediaPath);
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
ScreenshotTest.java | 58 screenshotDir.getAbsolutePath()); 137 Bitmap b = BitmapFactory.decodeFile(screenshotFile.getAbsolutePath());
|
/frameworks/base/rs/java/android/renderscript/ |
ScriptC.java | 128 mCachePath = f.getAbsolutePath(); 139 mCachePath = f.getAbsolutePath();
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
FilterInputStreamTest.java | 100 fileName = temp.getAbsolutePath(); 101 OutputStream fos = new FileOutputStream(temp.getAbsolutePath());
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/ |
ContactPhotoUtils.java | 61 return f.getAbsolutePath(); 68 return f.getAbsolutePath();
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
BinaryDictionaryTests.java | 77 if (BinaryDictionaryUtils.createEmptyDictFile(file.getAbsolutePath(), formatVersion, 81 throw new IOException("Empty dictionary " + file.getAbsolutePath() 99 BinaryDictionary binaryDictionary = new BinaryDictionary(dictFile.getAbsolutePath(), 108 binaryDictionary = new BinaryDictionary(dictFile.getAbsolutePath(), 0 /* offset */, 131 BinaryDictionary binaryDictionary = new BinaryDictionary(dictFile.getAbsolutePath(), 162 final BinaryDictionary binaryDictionary = new BinaryDictionary(dictFile.getAbsolutePath(), 239 BinaryDictionary binaryDictionary = new BinaryDictionary(dictFile.getAbsolutePath(), 287 BinaryDictionary binaryDictionary = new BinaryDictionary(dictFile.getAbsolutePath(), 321 BinaryDictionary binaryDictionary = new BinaryDictionary(dictFile.getAbsolutePath(), 405 BinaryDictionary binaryDictionary = new BinaryDictionary(dictFile.getAbsolutePath(), [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
FinalPage.java | 84 sb.append("\n").append(file.getAbsolutePath()); 104 sb.append(bGradle.getAbsolutePath());
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
FileCopyHelper.java | 67 return mContext.getFileStreamPath(fileName).getAbsolutePath();
|
/cts/libs/deviceutil/src/android/cts/util/ |
FileCopyHelper.java | 67 return mContext.getFileStreamPath(fileName).getAbsolutePath();
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/device/ |
DeviceInfoCollector.java | 61 Log.e(LOG_TAG, String.format("Could not find %s", apkFile.getAbsolutePath()));
|
/cts/tools/vm-tests-tf/src/util/build/ |
DFHBuildStep.java | 40 + out_dir.getAbsolutePath());
|
/external/chromium_org/base/android/java/src/org/chromium/base/ |
PathUtils.java | 92 return Environment.getExternalStorageDirectory().getAbsolutePath();
|
/external/chromium_org/content/shell/android/browsertests_apk/src/org/chromium/content_browsertests_apk/ |
ContentBrowserTestsActivity.java | 58 nativeRunTests(getFilesDir().getAbsolutePath(), getApplicationContext());
|
/external/chromium_org/testing/android/java/src/org/chromium/native_test/ |
ChromeNativeTestActivity.java | 67 nativeRunTests(getFilesDir().getAbsolutePath(), getApplicationContext());
|
/external/doclava/src/com/google/doclava/ |
ClearPage.java | 170 System.err.println(from.getAbsolutePath() + ": Error opening file"); 177 System.err.println(from.getAbsolutePath() + ": Error opening file"); 194 System.err.println(from.getAbsolutePath() + ": error reading file"); 201 System.err.println(from.getAbsolutePath() + ": error writing file");
|
/external/droiddriver/src/com/google/android/droiddriver/util/ |
FileUtils.java | 40 Logs.log(Log.INFO, "opening file " + file.getAbsolutePath());
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
VersionNumberStripper.java | 56 String absolutePath = files[i].getAbsolutePath();
|
/external/emma/ant/ant14/com/vladium/emma/ant/ |
FileTask.java | 100 _files.add (new File (dsBaseDir, dsfiles [f]).getAbsolutePath ()); 110 // _files.add (file.getAbsolutePath ());
|