HomeSort by relevance Sort by last modified time
    Searched defs:getAbsolutePath (Results 1 - 25 of 191) sorted by null

1 2 3 4 5 6 7 8

  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/suite/
SuiteApkInstallerTest.java 91 attributes.put("ROOT_DIR", tmpDir.getAbsolutePath());
95 assertEquals(tmpDir.getAbsolutePath(), res.getAbsolutePath());
114 return varDir.getAbsolutePath();
121 assertEquals(apk.getAbsolutePath(), res.getAbsolutePath());
141 return varDir.getAbsolutePath();
146 attributes.put("ROOT_DIR", tmpDir.getAbsolutePath());
152 assertEquals(apkFile.getAbsolutePath(), res.getAbsolutePath());
    [all...]
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
HelpersTest.java 47 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);
  /frameworks/rs/rsov/compiler/spirit/
test_utils.h 45 static inline std::string getAbsolutePath(const std::string &relativePath) {
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
TempPath.java 71 String getAbsolutePath();
TempFile.java 63 String getAbsolutePath();
  /cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
WriteMultiViewTest.java 40 final File otherCache = new File(ourCache.getAbsolutePath()
47 Os.rename(otherTestDir.getAbsolutePath(), ourTestDir.getAbsolutePath());
49 assertEquals(Os.getuid(), Os.stat(ourCache.getAbsolutePath()).st_uid);
50 assertEquals(Os.getuid(), Os.stat(ourTestDir.getAbsolutePath()).st_uid);
51 assertEquals(Os.getuid(), Os.stat(afterFile.getAbsolutePath()).st_uid);
59 final File otherCache = new File(ourCache.getAbsolutePath()
66 Os.rename(ourTestDir.getAbsolutePath(), otherTestDir.getAbsolutePath());
68 assertNotEqual(Os.getuid(), Os.stat(otherCache.getAbsolutePath()).st_uid)
    [all...]
WriteExternalStorageTest.java 148 assertTrue(path.getAbsolutePath().contains(packageName));
164 final File otherCache = new File(ourCache.getAbsolutePath()
184 if (path.getAbsolutePath().equals(top.getAbsolutePath())) {
192 assertEquals(top.getAbsolutePath(), path.getAbsolutePath());
225 assertTrue(path.getAbsolutePath().contains(packageName));
228 while (path.getAbsolutePath().contains(packageName)) {
320 assertEquals(Os.getuid(), Os.stat(before.getAbsolutePath()).st_uid);
321 assertEquals(Os.getuid(), Os.stat(beforeFile.getAbsolutePath()).st_uid)
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
Hoarder.java 68 final StructStatVfs stat = Os.statvfs(dir.getAbsolutePath());
75 fd = Os.open(target.getAbsolutePath(),
108 Os.mkdir(a.getAbsolutePath(), 0700);
111 Os.mkdir(b.getAbsolutePath(), 0700);
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
FileOutputTest.java 39 options.setDestfile(destFile.getAbsolutePath());
53 options.setDestfile(destFile.getAbsolutePath());
68 options.setDestfile(folder.newFolder("folder").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());
  /external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/
ScriptProcess.java 35 setCommand(String.format(interpreter.getScriptCommand(), script.getAbsolutePath()));
  /tools/tradefederation/core/src/com/android/tradefed/build/
FileDownloadCacheFactory.java 55 FileDownloadCache cache = mCacheObjectMap.get(cacheDir.getAbsolutePath());
58 mCacheObjectMap.put(cacheDir.getAbsolutePath(), cache);
  /cts/tools/vm-tests-tf/src/util/build/
JackDexBuildStep.java 38 String outputFilePath = outputFile.fileName.getAbsolutePath();
47 + outDir.getAbsolutePath());
54 + tmpOutDir.getAbsolutePath());
64 commandLine.add(tmpOutDir.getAbsolutePath());
66 commandLine.add(inputFile.fileName.getAbsolutePath());
90 + inputFile.fileName.getAbsolutePath() + " to "
91 + outputFile.fileName.getAbsolutePath());
  /external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
AbstractCoverageTask.java 200 agentOptions.setClassDumpDir(dir.getAbsolutePath());
225 agentOptions.setDestfile(destfile.getAbsolutePath());
  /external/smali/util/src/test/java/org/jf/util/
ClassFileNameHandlerTest.java 132 Assert.assertFalse(file1.getAbsolutePath().equals(file2.getAbsolutePath()));
243 Assert.assertEquals(base.getAbsolutePath(), file.getAbsolutePath());
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/
WearPackageUtil.java 45 Os.chmod(newFileDir.getAbsolutePath(), 0771);
58 Os.chmod(newFileDir.getAbsolutePath(), 0771);
105 Os.chmod(newFile.getAbsolutePath(), 0644);
  /external/testng/src/test/java/test/reports/
FailedReporterTest.java 46 tng.setOutputDirectory(f.getAbsolutePath());
51 new Parser(new File(f, FailedReporter.TESTNG_FAILED_XML).getAbsolutePath()).parse();
  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
TestFilePushSetupTest.java 144 assertEquals(mAltDirFile1.getAbsolutePath(), apk.getAbsolutePath());
189 assertEquals(apkInTestDir.getAbsolutePath(), apk.getAbsolutePath());
201 assertEquals(mAltDirFile2.getAbsolutePath(), apk.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());
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
JackCodeCoverageTest.java 157 coverageReporter.getAbsolutePath());
160 cmd.add(metadata.getAbsolutePath());
164 cmd.add(coverageFile.getAbsolutePath());
167 cmd.add(dest.getAbsolutePath());
  /external/jacoco/org.jacoco.cli.test/src/org/jacoco/cli/internal/
XmlDocumentationTest.java 77 XmlDocumentation.main(file.getAbsolutePath());
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowStatFs.java 52 registerStats(path.getAbsolutePath(), blockCount, freeBlocks, availableBlocks);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue46/
FileTest.java 47 assertTrue(file2.getAbsolutePath(), file2.getAbsolutePath().endsWith("list-bean-1.yaml"));
58 Node scalar = representScalar(new Tag("!!java.io.File"), file.getAbsolutePath());
  /external/testng/src/test/java/test/failedreporter/
FailedReporterTest.java 47 tng.setOutputDirectory(mTempDirectory.getAbsolutePath());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 262 helper.setProguardOutput(obfuscatedJar.getAbsolutePath());
265 dxInput = Collections.singletonList(obfuscatedJar.getAbsolutePath());
274 helper.executeDx(javaProject, dxInput, dexFile.getAbsolutePath());
279 resourceFile.getAbsolutePath(),
280 dexFile.getAbsolutePath(),
281 outputFile.getAbsolutePath(),
417 String rootPath = rootDirectory.getAbsolutePath();
418 String path = file.getAbsolutePath();

Completed in 5049 milliseconds

1 2 3 4 5 6 7 8