OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAbsolutePath
(Results
26 - 50
of
442
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
BinaryDictionaryUtilsTests.java
59
if (BinaryDictionaryUtils.createEmptyDictFile(file.
getAbsolutePath
(), FormatSpec.VERSION4,
63
throw new IOException("Empty dictionary " + file.
getAbsolutePath
()
85
BinaryDictionary binaryDictionary = new BinaryDictionary(dictFile1.
getAbsolutePath
(),
/cts/common/device-side/util/src/com/android/compatibility/common/util/
SystemUtil.java
26
final StatFs statFs = new StatFs(context.getFilesDir().
getAbsolutePath
());
/cts/libs/deviceutil/src/android/cts/util/
SystemUtil.java
26
StatFs statFs = new StatFs(context.getFilesDir().
getAbsolutePath
());
/cts/tests/tests/media/src/android/media/cts/
MediaScannerNotificationTest.java
90
String externalPath = Environment.getExternalStorageDirectory().
getAbsolutePath
();
92
String tmpPath = tmpDir.
getAbsolutePath
();
107
fail("Error creating " + foo.
getAbsolutePath
() + ": " + e);
116
assertTrue(foo.
getAbsolutePath
() + " no longer exists or was truncated",
/cts/tests/tests/os/src/android/os/cts/
AbiTest.java
67
return !f.
getAbsolutePath
().equals(f.getCanonicalPath());
/cts/tests/tests/security/src/android/security/cts/
Proc.java
31
String cmdLineString = d.
getAbsolutePath
() + "/cmdline";
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
ArchiveTest.java
91
final String path = new File(getActivity().getFilesDir(), "test.mht").
getAbsolutePath
();
103
final String path = getActivity().getFilesDir().
getAbsolutePath
() + "/";
124
final String path = new File("/foo/bar/baz.mht").
getAbsolutePath
();
136
final String path = new File("/foo/bar/").
getAbsolutePath
();
/external/emma/core/java12/com/vladium/emma/rt/
RTCoverageDataPersister.java
61
log.info ("runtime coverage data " + (merge ? "merged into" : "written to") + " [" + outFile.
getAbsolutePath
() + "] {in " + (end - start) + " ms}");
/frameworks/base/core/tests/benchmarks/src/com/android/internal/net/
NetworkStatsFactoryBenchmark.java
51
stats, mStats.
getAbsolutePath
(), NetworkStats.UID_ALL);
/libcore/luni/src/main/java/javax/xml/transform/stream/
StreamResult.java
161
this.systemId = FilePathToURI.filepath2URI(f.
getAbsolutePath
());
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AssetFileAddress.java
42
return new AssetFileAddress(file.
getAbsolutePath
(), 0L, file.length());
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
ExternalStorageTest.java
56
assertTrue(path.
getAbsolutePath
().contains(packageName));
59
while (path.
getAbsolutePath
().contains(packageName)) {
/cts/hostsidetests/appsecurity/test-apps/ReadExternalStorageApp/src/com/android/cts/readexternalstorageapp/
ReadExternalStorageTest.java
59
assertTrue(path.
getAbsolutePath
().contains(packageName));
62
while (path.
getAbsolutePath
().contains(packageName)) {
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
WriteExternalStorageTest.java
136
assertTrue(path.
getAbsolutePath
().contains(packageName));
154
final File otherCache = new File(ourCache.
getAbsolutePath
()
173
if (path.
getAbsolutePath
().equals(top.
getAbsolutePath
())) {
181
assertEquals(top.
getAbsolutePath
(), path.
getAbsolutePath
());
214
assertTrue(path.
getAbsolutePath
().contains(packageName));
217
while (path.
getAbsolutePath
().contains(packageName)) {
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ImportantFileWriterAndroidTest.java
82
testFile.
getAbsolutePath
(), data1));
89
testFile.
getAbsolutePath
(), data2));
/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
DumpCommand.java
57
+ DEFAULT_DUMP_FILE.
getAbsolutePath
() + "\n";
107
String.format("UI hierchary dumped to: %s", dumpFile.
getAbsolutePath
()));
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileDescriptorTest.java
39
fos = new FileOutputStream(f.
getAbsolutePath
());
78
fos = new FileOutputStream(f.
getAbsolutePath
());
/packages/apps/Mms/src/com/android/mms/util/
CacheManager.java
53
String path = cacheDir.
getAbsolutePath
() + "/" + filename;
86
String prefix = cacheDir.
getAbsolutePath
() + "/";
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/build/
NdkEnvSupplier.java
57
return bin.
getAbsolutePath
();
62
return bin.
getAbsolutePath
();
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
Antlr3Mojo.java
331
log.debug("Output directory base will be " + outputDirectory.
getAbsolutePath
());
333
tool.setOutputDirectory(outputDirectory.
getAbsolutePath
());
342
tool.setLibDirectory(libDirectory.
getAbsolutePath
());
346
log.info("No ANTLR grammars to compile in " + sourceDirectory.
getAbsolutePath
());
351
log.info("ANTLR: Processing source directory " + sourceDirectory.
getAbsolutePath
());
357
tool.setInputDirectory(sourceDirectory.
getAbsolutePath
());
/external/emma/core/java12/com/vladium/emma/data/
MergeProcessor.java
72
throw new IllegalArgumentException ("not a file: [" + _file.
getAbsolutePath
() + "]");
111
log.verbose (" " + nonexistent + f.
getAbsolutePath
());
142
if (verbose) log.verbose ("processing input file [" + dataFile.
getAbsolutePath
() + "] ...");
249
log.warning ("all merged data will be written to a temp file first [" + tempDataOutFile.
getAbsolutePath
() + "]");
289
throw new EMMARuntimeException ("could not rename temporary file [" + tempDataOutFile.
getAbsolutePath
() + "] to [" + canonicalDataOutFile + "]: make sure the original file is not locked and can be deleted");
/frameworks/base/core/java/android/app/
NativeActivity.java
177
getAbsolutePath
(getFilesDir()),
getAbsolutePath
(getObbDir()),
178
getAbsolutePath
(getExternalFilesDir(null)),
187
private static String
getAbsolutePath
(File file) {
188
return (file != null) ? file.
getAbsolutePath
() : null;
/libcore/luni/src/test/java/libcore/java/net/
OldURLClassLoaderTest.java
99
urls[0] = new URL("file://" + tmpDir.
getAbsolutePath
() + "/");
100
urls[1] = new URL("file://" + subDir.
getAbsolutePath
() + "/");
202
int port = server.initServer(tmp.
getAbsolutePath
(), "text/html");
233
String tempPath1 = tempFile1.getParentFile().
getAbsolutePath
() + "/";
237
String tempPath2 = tempFile2.
getAbsolutePath
();
/packages/apps/SoundRecorder/src/com/android/soundrecorder/
Recorder.java
65
recorderState.putString(SAMPLE_PATH_KEY, mSampleFile.
getAbsolutePath
());
87
&& mSampleFile.
getAbsolutePath
().compareTo(file.
getAbsolutePath
()) == 0)
166
mRecorder.setOutputFile(mSampleFile.
getAbsolutePath
());
216
mPlayer.setDataSource(mSampleFile.
getAbsolutePath
());
/cts/tools/cfassembler/src/dxconvext/
ClassFileAssembler.java
112
throw new RuntimeException("problem while parsing .dfh or .cfh file: "+cfhF.
getAbsolutePath
(), e);
114
throw new RuntimeException("problem while parsing .dfh or .cfh file: "+cfhF.
getAbsolutePath
(), e);
116
throw new RuntimeException("problem while parsing .dfh or .cfh file: "+cfhF.
getAbsolutePath
(), e);
Completed in 945 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>