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
638
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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/apps/PackageInstaller/src/com/android/packageinstaller/wear/
WearPackageUtil.java
55
Os.chmod(newFileDir.
getAbsolutePath
(), 0771);
68
Os.chmod(newFileDir.
getAbsolutePath
(), 0771);
115
Os.chmod(newFile.
getAbsolutePath
(), 0644);
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
ResultFilePuller.java
86
CLog.e("%s is not a directory", resultDir.
getAbsolutePath
());
89
String resultPath = resultDir.
getAbsolutePath
();
FilePusher.java
68
CLog.logAndDisplay(LogLevel.INFO, "Copying from %s", f.
getAbsolutePath
());
/cts/tests/tests/media/src/android/media/cts/
MediaScannerConnectionTest.java
92
mMediaScannerConnection.scanFile(mMediaFile.
getAbsolutePath
(), MEDIA_TYPE);
96
assertEquals(mMediaFile.
getAbsolutePath
(), mMediaScannerConnectionClient.mediaPath);
/cts/tools/vm-tests-tf/src/util/build/
ExecuteFile.java
111
cmdLine[0] = exec.
getAbsolutePath
();
123
cmdLine[0] = exec.
getAbsolutePath
();
DFHBuildStep.java
40
+ out_dir.
getAbsolutePath
());
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
AbstractAgentMojo.java
172
agentOptions.setDestfile(getDestFile().
getAbsolutePath
());
209
agentOptions.setClassDumpDir(classDumpDir.
getAbsolutePath
());
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
AbstractCoverageTask.java
189
agentOptions.setClassDumpDir(dir.
getAbsolutePath
());
214
agentOptions.setDestfile(destfile.
getAbsolutePath
());
/external/opencv3/modules/java/android_test/src/org/opencv/test/
OpenCVTestRunner.java
60
String path = tmp.
getAbsolutePath
();
122
return context.getExternalFilesDir(null).
getAbsolutePath
() + File.separatorChar + name;
/external/sl4a/Common/src/com/googlecode/android_scripting/
IntentBuilders.java
55
intent.putExtra(Constants.EXTRA_SCRIPT_PATH, script.
getAbsolutePath
());
71
intent.putExtra(Constants.EXTRA_SCRIPT_PATH, script.
getAbsolutePath
());
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
ScreenshotTest.java
58
screenshotDir.
getAbsolutePath
());
137
Bitmap b = BitmapFactory.decodeFile(screenshotFile.
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/Camera2/src/com/android/camera/session/
SessionStorageManagerImpl.java
132
Log.v(TAG, "Check for potential clean-up: " + sessionDir.
getAbsolutePath
());
135
Log.w(TAG, "Could not clean up " + sessionDir.
getAbsolutePath
());
/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/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
ExternalStorageTest.java
66
assertTrue(path.
getAbsolutePath
().contains(packageName));
69
while (path.
getAbsolutePath
().contains(packageName)) {
89
if (path.
getAbsolutePath
().startsWith("/mnt/")
90
|| path.
getAbsolutePath
().startsWith("/storage/")) {
/cts/libs/deviceutil/src/android/cts/util/
FileCopyHelper.java
67
return mContext.getFileStreamPath(fileName).
getAbsolutePath
();
SystemUtil.java
31
StatFs statFs = new StatFs(context.getFilesDir().
getAbsolutePath
());
/cts/tests/backup/app/src/android/backup/app/
MainActivity.java
68
File f = new File(getFilesDir().
getAbsolutePath
(), FILE_NAME);
/cts/tests/tests/os/src/android/os/cts/
AbiTest.java
86
return !f.
getAbsolutePath
().equals(f.getCanonicalPath());
/cts/tests/tests/security/src/android/security/cts/
SELinuxTest.java
55
String found = getFileContext(appDataDir.
getAbsolutePath
());
/cts/tools/cts-tradefed/tests/src/com/android/compatibility/tradefed/
CtsTradefedTest.java
42
System.setProperty(PROPERTY_NAME, root.
getAbsolutePath
());
/external/caliper/caliper/src/test/java/com/google/caliper/config/
CaliperConfigTest.java
68
"vm.baseDirectory", tempBaseDir.
getAbsolutePath
()));
78
"vm.baseDirectory", tempBaseDir.
getAbsolutePath
(),
88
"vm.test.home", jdkHome.
getAbsolutePath
(),
105
"vm.test.home", jdkHome.
getAbsolutePath
()));
/external/doclava/src/com/google/doclava/
ClearPage.java
172
System.err.println(from.
getAbsolutePath
() + ": Error opening file");
179
System.err.println(to.
getAbsolutePath
() + ": Error opening file");
196
System.err.println(from.
getAbsolutePath
() + ": error reading file");
203
System.err.println(from.
getAbsolutePath
() + ": error writing file");
Completed in 540 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>