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

1234

/external/chromium_org/content/shell/android/java/src/org/chromium/content_shell/
H A DShellLayoutTestUtils.java23 return appContext.getFilesDir().getAbsolutePath();
/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
H A DTestUtil.java58 File roboSiblingTestDir = file(new File(new File(".").getAbsolutePath()).getParentFile().getParentFile(),"robolectric", "src", "test", "resources");
62 + testDir.getAbsolutePath() + " or " + roboTestDir.getAbsolutePath() + "\n or " + roboSiblingTestDir.getAbsolutePath());
/external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/
H A DApplicationData.java74 String cacheDir = targetContext.getCacheDir().getAbsolutePath();
90 if (!file.getAbsolutePath().endsWith("/lib") && !removeFile(file))
/external/jsilver/src/org/clearsilver/jni/
H A DJNI.java45 new File(path, platformLibraryName).getAbsolutePath());
95 System.load(new File(path, platformLibraryName).getAbsolutePath());
/external/chromium_org/base/android/java/src/org/chromium/base/library_loader/
H A DLibraryLoaderHelper.java97 System.load(libFile.getAbsolutePath());
154 Log.i(TAG, "Extracting native libraries into " + outputFile.getAbsolutePath());
187 Log.e(TAG, "Failed to delete " + outputFile.getAbsolutePath());
241 Log.e(TAG, "Failed to remove " + file.getAbsolutePath());
246 Log.w(TAG, "Failed to remove " + dir.getAbsolutePath());
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DArchiveTest.java91 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/
H A DRTCoverageDataPersister.java61 log.info ("runtime coverage data " + (merge ? "merged into" : "written to") + " [" + outFile.getAbsolutePath () + "] {in " + (end - start) + " ms}");
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DImportantFileWriterAndroidTest.java82 testFile.getAbsolutePath(), data1));
89 testFile.getAbsolutePath(), data2));
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
H A DAntlr3Mojo.java331 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/
H A DMergeProcessor.java72 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");
H A DDataFactory.java68 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");
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
H A DResourceLoaderAdaptor.java120 loadPathCache.add(getLoadPaths(), name, file.getAbsolutePath());
180 return file.getAbsolutePath();
200 fullPath = file.getAbsolutePath();
/external/chromium_org/base/android/java/src/org/chromium/base/
H A DPathUtils.java92 return Environment.getExternalStorageDirectory().getAbsolutePath();
/external/chromium_org/content/shell/android/browsertests_apk/src/org/chromium/content_browsertests_apk/
H A DContentBrowserTestsActivity.java58 nativeRunTests(getFilesDir().getAbsolutePath(), getApplicationContext());
/external/chromium_org/testing/android/java/src/org/chromium/native_test/
H A DChromeNativeTestActivity.java67 nativeRunTests(getFilesDir().getAbsolutePath(), getApplicationContext());
/external/doclava/src/com/google/doclava/
H A DClearPage.java170 System.err.println(from.getAbsolutePath() + ": Error opening file");
177 System.err.println(from.getAbsolutePath() + ": Error opening file");
194 System.err.println(from.getAbsolutePath() + ": error reading file");
201 System.err.println(from.getAbsolutePath() + ": error writing file");
/external/droiddriver/src/com/google/android/droiddriver/util/
H A DFileUtils.java40 Logs.log(Log.INFO, "opening file " + file.getAbsolutePath());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DVersionNumberStripper.java56 String absolutePath = files[i].getAbsolutePath();
/external/emma/ant/ant14/com/vladium/emma/ant/
H A DFileTask.java100 _files.add (new File (dsBaseDir, dsfiles [f]).getAbsolutePath ());
110 // _files.add (file.getAbsolutePath ());
/external/emma/ant/ant14/com/vladium/emma/data/
H A DmergeTask.java45 processor.setSessionOutFile (m_outFile != null ? m_outFile.getAbsolutePath () : null);
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrProcessor.java95 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/
H A DFileSystemResourceLoader.java81 fullPath = file.getAbsolutePath();
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
H A DAbstractProcessTask.java43 fileMap.put(src.getAbsolutePath(), src);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowStatFs.java52 registerStats(path.getAbsolutePath(), blockCount, freeBlocks, availableBlocks);
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
H A DMain.java78 System.out.println("Directory: " + source.getAbsolutePath());
103 parseSource(source.getAbsolutePath());

Completed in 4873 milliseconds

1234