OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAbsolutePath
(Results
76 - 100
of
442
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/emma/ant/ant14/com/vladium/emma/data/
mergeTask.java
45
processor.setSessionOutFile (m_outFile != null ? m_outFile.
getAbsolutePath
() : null);
/external/emma/core/java12/com/vladium/emma/instr/
InstrProcessor.java
95
throw new IllegalArgumentException ("not a file: [" + _file.
getAbsolutePath
() + "]");
122
throw new IllegalArgumentException ("not a directory: [" + _outDir.
getAbsolutePath
() + "]");
223
throw new EMMARuntimeException (IAppErrorCodes.OUT_MKDIR_FAILURE, new Object [] {dir.
getAbsolutePath
()});
228
throw new EMMARuntimeException (IAppErrorCodes.OUT_MKDIR_FAILURE, new Object [] {dir.
getAbsolutePath
()});
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
FileSystemResourceLoader.java
81
fullPath = file.
getAbsolutePath
();
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
AbstractProcessTask.java
43
fileMap.put(src.
getAbsolutePath
(), src);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowStatFs.java
52
registerStats(path.
getAbsolutePath
(), blockCount, freeBlocks, availableBlocks);
/frameworks/base/core/java/android/app/backup/
FileBackupHelper.java
81
fullPaths[i] = (new File(base, files[i])).
getAbsolutePath
();
SharedPreferencesBackupHelper.java
107
files[i] = context.getSharedPrefsFile(prefGroups[i]).
getAbsolutePath
();
/libcore/luni/src/main/java/javax/xml/transform/stream/
StreamSource.java
246
this.systemId = FilePathToURI.filepath2URI(f.
getAbsolutePath
());
/libcore/support/src/test/java/tests/support/
Support_ClassLoader.java
69
return new DexClassLoader(url.getPath(), tmp.
getAbsolutePath
(),
/packages/apps/Camera2/src/com/android/camera/session/
SessionStorageManagerImpl.java
103
Log.w(TAG, "Could not clean up " + sessionDir.
getAbsolutePath
());
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
CacheStorageUsageInfo.java
62
String path = cacheDir.
getAbsolutePath
();
/packages/apps/Settings/src/com/android/settings/deviceinfo/
FileItemInfoLayout.java
26
UserHandle.myUserId()).getExternalStorageDirectory().
getAbsolutePath
().length() + 1;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
RenderScriptLauncher.java
82
StringBuilder sb = new StringBuilder(executable.
getAbsolutePath
());
91
commandArray[0] = executable.
getAbsolutePath
();
146
executable.getName(), executable.
getAbsolutePath
());
155
executable.getName(), executable.
getAbsolutePath
());
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/actions/
SdkManagerAction.java
42
androidBat.
getAbsolutePath
(),
/frameworks/base/services/core/java/com/android/server/storage/
DeviceStorageMonitorService.java
165
mDataFileStats.restat(DATA_PATH.
getAbsolutePath
());
187
mSystemFileStats.restat(SYSTEM_PATH.
getAbsolutePath
());
194
mCacheFileStats.restat(CACHE_PATH.
getAbsolutePath
());
327
mDataFileStats = new StatFs(DATA_PATH.
getAbsolutePath
());
328
mSystemFileStats = new StatFs(SYSTEM_PATH.
getAbsolutePath
());
329
mCacheFileStats = new StatFs(CACHE_PATH.
getAbsolutePath
());
526
super(Environment.getDownloadCacheDirectory().
getAbsolutePath
(), FileObserver.DELETE);
/frameworks/multidex/library/src/android/support/multidex/
MultiDexExtractor.java
200
" - length " + extractedFile.
getAbsolutePath
() + ": " +
213
extractedFile.
getAbsolutePath
() + " for secondary dex (" +
333
throw new IOException("Failed to rename \"" + tmp.
getAbsolutePath
() +
334
"\" to \"" + extractTo.
getAbsolutePath
() + "\"");
352
Log.w(TAG, "Failed to close zip file: " + file.
getAbsolutePath
());
355
Log.w(TAG, "File " + file.
getAbsolutePath
() + " is not a valid zip file.", ex);
357
Log.w(TAG, "Got an IOException trying to open zip file: " + file.
getAbsolutePath
(), ex);
/external/emma/core/java12/com/vladium/emma/data/
DataFactory.java
68
throw new IOException ("could not delete file [" + file.
getAbsolutePath
() + "]");
83
throw new IOException ("could not delete file [" + file.
getAbsolutePath
() + "]");
98
throw new IOException ("could not delete file [" + file.
getAbsolutePath
() + "]");
409
throw new IOException ("input file does not exist: [" + file.
getAbsolutePath
() + "]");
424
throw new IOException ("file [" + file.
getAbsolutePath
() + "] is corrupt or was not created by " + IAppConstants.APP_NAME);
529
if (! file.isFile ()) throw new IOException ("can persist in normal files only: " + file.
getAbsolutePath
());
550
throw new IOException ("cannot overwrite [" + file.
getAbsolutePath
() + "]: not created by " + IAppConstants.APP_NAME);
593
throw new IOException ("cannot merge new data into [" + file.
getAbsolutePath
() + "]: created by another " + IAppConstants.APP_NAME + " version [" + makeAppVersion (major, minor, build) + "]");
597
throw new IOException ("cannot merge new data into [" + file.
getAbsolutePath
() + "]: created by another " + IAppConstants.APP_NAME + " version");
/frameworks/base/core/java/android/os/
FileUtils.java
75
return setPermissions(path.
getAbsolutePath
(), mode, uid, gid);
375
String dirPath = dir.
getAbsolutePath
();
376
String filePath = file.
getAbsolutePath
();
493
return (result != null) ? result.
getAbsolutePath
() : null;
513
final String splice = file.
getAbsolutePath
().substring(
514
beforeDir.
getAbsolutePath
().length());
/cts/hostsidetests/sample/src/android/sample/cts/
SampleHostResultTest.java
154
first.
getAbsolutePath
(), second.
getAbsolutePath
());
/cts/tests/tests/provider/src/android/provider/cts/
MediaStore_FilesTest.java
271
values.put("_data", path.
getAbsolutePath
());
352
String abspath = child.
getAbsolutePath
();
396
assertFalse("please remove " + dir.
getAbsolutePath
()
401
values.put(MediaStore.Audio.Media.DATA, file.
getAbsolutePath
());
411
assertFalse(dir.
getAbsolutePath
() + " was created", dir.exists());
422
values.put(MediaStore.Files.FileColumns.DATA, file.
getAbsolutePath
());
447
values.put(MediaStore.Files.FileColumns.DATA, dir.
getAbsolutePath
());
453
values.put(MediaStore.Files.FileColumns.DATA, file.
getAbsolutePath
());
MediaStore_Video_ThumbnailsTest.java
128
"_data=?", new String[] { file.
getAbsolutePath
() });
133
values.put(VideoColumns.DATA, file.
getAbsolutePath
());
/cts/tests/tests/security/src/android/security/cts/
BrowserTest.java
175
String filepath = mContext.getFileStreamPath(filename).
getAbsolutePath
();
209
return mContext.getFileStreamPath("target.txt").
getAbsolutePath
();
/cts/tools/vm-tests-tf/src/util/build/
DasmBuildStep.java
60
String fname = file.
getAbsolutePath
();
94
String dest_dir = outputFile.folder.
getAbsolutePath
();
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
Main.java
78
System.out.println("Directory: " + source.
getAbsolutePath
());
103
parseSource(source.
getAbsolutePath
());
/external/emma/ant/ant14/com/vladium/emma/instr/
instrTask.java
72
processor.setInstrOutDir (m_outDir != null ? m_outDir.
getAbsolutePath
() : null);
73
processor.setMetaOutFile (m_outFile != null ? m_outFile.
getAbsolutePath
() : null);
Completed in 3686 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>