Searched refs:getAbsolutePath (Results 1 - 25 of 69) sorted by relevance

123

/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
H A DTempFile.java63 String getAbsolutePath(); method in interface:TempFile
H A DSimpleTempStorage.java65 p = new File(parent.getAbsolutePath(), prefix + n);
70 log.error("Unable to mkdirs on " + p.getAbsolutePath());
72 + p.getAbsolutePath() + "' failed.");
94 f = new File(parent.getAbsolutePath(), prefix + n + suffix);
107 + f.getAbsolutePath() + "' failed.");
159 * @see org.apache.james.mime4j.util.TempPath#getAbsolutePath()
161 public String getAbsolutePath() { method in class:SimpleTempStorage.SimpleTempPath
162 return path.getAbsolutePath();
210 * @see org.apache.james.mime4j.util.TempFile#getAbsolutePath()
212 public String getAbsolutePath() { method in class:SimpleTempStorage.SimpleTempFile
[all...]
H A DTempPath.java71 String getAbsolutePath(); method in interface:TempPath
/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DCacheManager.java49 String path = cacheDir.getAbsolutePath() + "/" + filename;
76 String prefix = cacheDir.getAbsolutePath() + "/";
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
H A DLockableFileWriter.java197 "Could not find lockDir: " + lockDir.getAbsolutePath());
201 "Could not write to lockDir: " + lockDir.getAbsolutePath());
214 lockFile.getAbsolutePath() + " exists");
236 writer = new FileWriter(file.getAbsolutePath(), append);
238 stream = new FileOutputStream(file.getAbsolutePath(), append);
/packages/apps/VideoEditor/src/com/android/videoeditor/util/
H A DFileUtils.java61 throw new FileNotFoundException("Cannot create folder: " + dir.getAbsolutePath());
133 return mf.getAbsolutePath();
217 return mf.getAbsolutePath();
229 Log.d(TAG, "New project: " + file.getAbsolutePath());
232 return file.getAbsolutePath();
268 return f.getAbsolutePath();
282 Log.e(TAG, "File cannot be deleted: " + f.getAbsolutePath());
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DAssetFileAddress.java40 return new AssetFileAddress(file.getAbsolutePath(), 0L, file.length());
H A DExpandableBinaryDictionary.java250 BinaryDictionary.createEmptyDictFile(file.getAbsolutePath(),
253 file.getAbsolutePath(), 0 /* offset */, file.length(),
503 final String filename = file.getAbsolutePath();
548 BinaryDictionary.createEmptyDictFile(file.getAbsolutePath(),
/packages/apps/Mms/src/com/android/mms/util/
H A DCacheManager.java51 String path = cacheDir.getAbsolutePath() + "/" + filename;
84 String prefix = cacheDir.getAbsolutePath() + "/";
/packages/apps/SoundRecorder/src/com/android/soundrecorder/
H A DRecorder.java65 recorderState.putString(SAMPLE_PATH_KEY, mSampleFile.getAbsolutePath());
87 && mSampleFile.getAbsolutePath().compareTo(file.getAbsolutePath()) == 0)
166 mRecorder.setOutputFile(mSampleFile.getAbsolutePath());
216 mPlayer.setDataSource(mSampleFile.getAbsolutePath());
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DBinaryDictionaryTests.java57 if (BinaryDictionary.createEmptyDictFile(file.getAbsolutePath(),
72 BinaryDictionary binaryDictionary = new BinaryDictionary(dictFile.getAbsolutePath(),
81 binaryDictionary = new BinaryDictionary(dictFile.getAbsolutePath(), 0 /* offset */,
96 BinaryDictionary binaryDictionary = new BinaryDictionary(dictFile.getAbsolutePath(),
138 BinaryDictionary binaryDictionary = new BinaryDictionary(dictFile.getAbsolutePath(),
166 BinaryDictionary binaryDictionary = new BinaryDictionary(dictFile.getAbsolutePath(),
236 BinaryDictionary binaryDictionary = new BinaryDictionary(dictFile.getAbsolutePath(),
287 BinaryDictionary binaryDictionary = new BinaryDictionary(dictFile.getAbsolutePath(),
333 BinaryDictionary binaryDictionary = new BinaryDictionary(dictFile.getAbsolutePath(),
343 binaryDictionary = new BinaryDictionary(dictFile.getAbsolutePath(),
[all...]
H A DBinaryDictionaryDecayingTests.java83 if (BinaryDictionary.createEmptyDictFile(file.getAbsolutePath(),
98 BinaryDictionary binaryDictionary = new BinaryDictionary(dictFile.getAbsolutePath(),
145 BinaryDictionary binaryDictionary = new BinaryDictionary(dictFile.getAbsolutePath(),
205 BinaryDictionary binaryDictionary = new BinaryDictionary(dictFile.getAbsolutePath(),
257 BinaryDictionary binaryDictionary = new BinaryDictionary(dictFile.getAbsolutePath(),
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
H A DXmpPresets.java82 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/apps/Gallery2/src/com/android/gallery3d/ui/
H A DCacheStorageUsageInfo.java62 String path = cacheDir.getAbsolutePath();
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DFileItemInfoLayout.java26 UserHandle.myUserId()).getExternalStorageDirectory().getAbsolutePath().length() + 1;
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
H A DDataExporter.java173 Log.i(TAG, "Adding " + current.getAbsolutePath() + " ...");
188 Log.i(TAG, "Added " + current.getAbsolutePath() + " as " + storedPath +
/packages/apps/Email/emailcommon/src/com/android/emailcommon/
H A DDevice.java72 LogUtils.w(Logging.LOG_TAG, f.getAbsolutePath() + ": File exists, but can't read?" +
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DGalleryAppImpl.java99 "fail to create: " + cacheDir.getAbsolutePath());
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
H A DPackageUtil.java52 final String archiveFilePath = sourcePath.getAbsolutePath();
69 final String archiveFilePath = sourceFile.getAbsolutePath();
158 final String archiveFilePath = sourceFile.getAbsolutePath();
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DBinaryDictOffdeviceUtils.java102 || CombinedInputOutput.isCombinedDictionary(src.getAbsolutePath())) {
170 System.out.println("Dictionary : " + file.getAbsolutePath());
185 decodedSpec.mFile.getAbsolutePath())){
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
H A DImportTask.java75 importedPath = new File(dest, object.getName()).getAbsolutePath();
/packages/apps/Nfc/src/com/android/nfc/handover/
H A DHandoverTransfer.java338 File dstFile = generateUniqueDestination(beamPath.getAbsolutePath(),
345 mPaths.add(dstFile.getAbsolutePath());
346 mMimeTypes.put(dstFile.getAbsolutePath(), mimeType);
405 Log.e(TAG, "Not dir or not mkdir " + path.getAbsolutePath());
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DTestUtils.java99 return file.getAbsolutePath();
/packages/apps/Browser/src/com/android/browser/
H A DUploadHandler.java246 File cameraDataDir = new File(externalDataDir.getAbsolutePath() +
249 mCameraFilePath = cameraDataDir.getAbsolutePath() + File.separator +
/packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/
H A DGalleryWidgetMigrator.java52 Environment.getExternalStorageDirectory().getAbsolutePath();
137 String path = file.getAbsolutePath();

Completed in 770 milliseconds

123