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

1234

/packages/apps/OMA-DM/engine/dmlib/tool-src/dmt_gen_tool/com/mot/dm/io/
H A DNode.java35 public String getAbsolutePath(); method in interface:Node
H A DFNode.java87 public String getAbsolutePath() { method in class:FNode
88 return file.getAbsolutePath();
/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/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DHelpersTest.java47 assertEquals(expected.getAbsolutePath(), actual);
59 assertEquals(expected1.getAbsolutePath(), actual1);
60 assertEquals(expected2.getAbsolutePath(), actual2);
68 assertEquals(expected.getAbsolutePath(), actual);
78 assertEquals(expected.getAbsolutePath(), actual);
86 assertEquals(expected.getAbsolutePath(), actual);
/packages/apps/Camera2/src/com/android/camera/one/
H A DAbstractOneCamera.java76 + root.getAbsolutePath());
100 String destFolderPath = destFolder.getAbsolutePath();
/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DCacheManager.java49 String path = cacheDir.getAbsolutePath() + "/" + filename;
76 String prefix = cacheDir.getAbsolutePath() + "/";
/packages/apps/OMA-DM/engine/dmlib/tool-src/dmt_gen_tool/com/mot/dm/core/
H A DFactBootEnc.java152 testMe(listFiles[i].getAbsolutePath());
155 String val = checkForBootstrapValue(listFiles[i].getAbsolutePath());
157 System.out.println("path: " + listFiles[i].getAbsolutePath());
164 String val = checkForBootstrapValue(f.getAbsolutePath());
166 System.out.println("path: " + f.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/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
H A DBinaryDictionaryUtilsTests.java59 if (BinaryDictionaryUtils.createEmptyDictFile(file.getAbsolutePath(), FormatSpec.VERSION4,
63 throw new IOException("Empty dictionary " + file.getAbsolutePath()
85 BinaryDictionary binaryDictionary = new BinaryDictionary(dictFile1.getAbsolutePath(),
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DAssetFileAddress.java42 return new AssetFileAddress(file.getAbsolutePath(), 0L, file.length());
/packages/apps/Mms/src/com/android/mms/util/
H A DCacheManager.java53 String path = cacheDir.getAbsolutePath() + "/" + filename;
86 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/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/OMA-DM/engine/dmlib/tool-src/dmt_gen_tool/com/mot/dm/tool/
H A DZip.java34 topPath = input.getParentFile().getAbsolutePath() + File.separator;
88 FileOutputStream fos = new FileOutputStream(newFile.getAbsolutePath());
123 String zipEntryName = file.getAbsolutePath();
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DVer4DictEncoder.java58 if (!BinaryDictionaryUtils.createEmptyDictFile(mDictPlacedDir.getAbsolutePath(),
63 + mDictPlacedDir.getAbsolutePath());
65 final BinaryDictionary binaryDict = new BinaryDictionary(mDictPlacedDir.getAbsolutePath(),
H A DVer4DictDecoder.java50 mDictDirectory.getAbsolutePath(), 0 /* offset */, 0 /* length */,
66 mDictDirectory.getAbsolutePath(), 0 /* offset */, 0 /* length */,
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
H A DContactPhotoUtils.java61 return f.getAbsolutePath();
68 return f.getAbsolutePath();
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DBinaryDictionaryTests.java77 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...]
/packages/apps/Camera2/src/com/android/camera/session/
H A DSessionStorageManagerImpl.java103 Log.w(TAG, "Could not clean up " + sessionDir.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?" +

Completed in 785 milliseconds

1234