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

1 2 3 4

  /external/webkit/LayoutTests/http/tests/resources/
file-last-modified.php 3 $filePath = $_GET['path'];
4 if (file_exists($filePath)) {
5 echo date("U", filemtime($filePath));
  /external/webkit/Source/WebKit/chromium/tests/
WebFrameTest.cpp 68 std::string filePath = webkit_support::GetWebKitRootDir().utf8();
69 filePath += "/Source/WebKit/chromium/tests/data/";
70 filePath += fileName;
72 webkit_support::RegisterMockedURL(WebURL(GURL(baseURL + fileName)), response, WebString::fromUTF8(filePath));
WebPageSerializerTest.cpp 81 std::string filePath = webkit_support::GetWebKitRootDir().utf8();
82 filePath.append("/Source/WebKit/chromium/tests/data/pageserialization/");
83 filePath.append(fileName.utf8());
84 webkit_support::RegisterMockedURL(url, response, WebString::fromUTF8(filePath));
  /external/webkit/Tools/DumpRenderTree/android/
get_layout_tests_dir_contents.php 54 $filePath = $value;
56 $filePath = $relPath . DIRECTORY_SEPARATOR . $value;
59 if (is_dir(getAbsolutePath($filePath))) {
61 $result = array_merge($result, (array)$filePath);
64 $result = array_merge($result, getAllFilesUnderAsArray($filePath, $recurse, $mode));
67 $result = array_merge($result, (array)$filePath);
  /external/webkit/Source/WebCore/platform/efl/
FileSystemEfl.cpp 116 char filePath[PATH_MAX];
121 if (cpath.length() + NAME_MAX >= sizeof(filePath))
124 memcpy(filePath, cpath.data(), cpath.length());
125 fileName = filePath + cpath.length();
126 if (cpath.length() > 0 && filePath[cpath.length() - 1] != '/') {
130 fileNameSpace = sizeof(filePath) - (fileName - filePath) - 1;
153 entries.append(filePath);
  /external/webkit/Source/WebKit/chromium/public/
WebBlobData.h 52 WebString filePath;
WebHTTPBody.h 53 WebString filePath;
  /frameworks/base/core/jni/
android_content_res_ObbScanner.cpp 42 const char* filePath = env->GetStringUTFChars(file, NULL);
45 if (!obb->readFrom(filePath)) {
46 env->ReleaseStringUTFChars(file, filePath);
51 env->ReleaseStringUTFChars(file, filePath);
  /packages/providers/DownloadProvider/tests/permission/src/com/android/providers/downloads/permission/tests/
DownloadProviderPermissionsTest.java 54 String filePath = "/cache/this-should-not-exist.txt";
55 FileOutputStream strm = new FileOutputStream(filePath);
59 fail("Was able to create and write to " + filePath);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
BinaryXMLMultiPageEditorPart.java 65 IPath filePath = path.append(SdkConstants.FD_DATA).append(
67 File file = new File(filePath.toOSString());
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
EclipseTestCollector.java 54 String filePath = entry.getPath().replace(".class", "");
56 Class<?> testClass = getClass(filePath, expectedPackage);
70 //sLogger.log(Level.INFO, "Could not load class " + filePath);
107 * @param filePath - path of class in bundle
111 protected Class<?> getClass(String filePath, String expectedPackage) throws ClassNotFoundException {
112 String dotPath = filePath.replace('/', '.');
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gldebugger/
MessageQueueTest.java 120 final File filePath = File.createTempFile("test", ".gles2dbg");
121 DataOutputStream file = new DataOutputStream(new FileOutputStream(filePath));
158 FileInputStream fis = new FileInputStream(filePath);
183 filePath.delete();
  /dalvik/dx/src/com/android/dx/command/dump/
DotDumper.java 45 private final String filePath;
50 static void dump(byte[] bytes, String filePath, Args args) {
51 new DotDumper(bytes, filePath, args).run();
54 DotDumper(byte[] bytes, String filePath, Args args) {
56 this.filePath = filePath;
69 classFile = new DirectClassFile(ba, filePath, strictParse);
75 new DirectClassFile(ba, filePath, strictParse);
BaseDumper.java 53 private final String filePath;
79 * @param filePath the file path for the class, excluding any base
83 String filePath, Args args) {
88 this.filePath = filePath;
192 return filePath;
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
ResourceLoaderAdaptor.java 111 String filePath = loadPathCache.lookup(getLoadPaths(), name);
112 if (filePath != null) {
113 file = newFile(filePath);
  /external/webkit/Source/WebCore/platform/posix/
FileSystemPOSIX.cpp 249 char filePath[1024];
250 if (static_cast<int>(sizeof(filePath) - 1) < snprintf(filePath, sizeof(filePath), "%s/%s", cpath.data(), name))
252 entries.append(filePath);
  /external/webkit/Source/WebKit/android/jni/
CacheManager.cpp 92 String filePath = pathByAppendingComponent(getCacheFileBaseDir(env), encodedUrl.data());
93 if (!result->writeToFile(filePath))
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalMediaItem.java 45 public String filePath;
85 details.addDetail(MediaDetails.INDEX_PATH, filePath);
UriImage.java 247 String filePath = mUri.getPath();
248 details.addDetail(MediaDetails.INDEX_PATH, filePath);
249 MediaDetails.extractExifInfo(details, filePath);
  /packages/apps/Mms/src/com/android/mms/
TempFileProvider.java 139 String filePath = getScrapPath(context);
150 File oldTempFile = new File(filePath);
  /frameworks/base/core/tests/coretests/src/android/os/storage/
StorageManagerIntegrationTest.java 67 String filePath = mFile.getAbsolutePath();
68 mountObb(filePath);
69 verifyObb1Contents(filePath);
70 unmountObb(filePath, DONT_FORCE);
119 String filePath = mFile.getAbsolutePath();
120 mountObb(filePath, OBB_FILE_3_PASSWORD, OnObbStateChangeListener.MOUNTED);
121 verifyObb3Contents(filePath);
122 unmountObb(filePath, DONT_FORCE);
131 String filePath = mFile.getAbsolutePath();
132 mountObb(filePath, OBB_FILE_3_PASSWORD, OnObbStateChangeListener.ERROR_COULD_NOT_MOUNT)
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
VideoEditorHelper.java 432 final String filePath = location + dateFormat.format(date) +
435 "\t FilePath = " + filePath);
436 return filePath;
  /packages/apps/Mms/tests/src/com/android/mms/ui/
SmsTest.java 155 String filePath = String.format("%s/%s", targetAppContext.getFilesDir(), messageFileName);
156 Log.v(TAG, "filePath: " + filePath);
158 byte[] buffer = new byte[(int) new File(filePath).length()];
  /sdk/anttasks/src/com/android/ant/
DependencyGraph.java 329 // We should have a map of filepath to inputpath to quickly search through them?
343 String filePath = prereq.getAbsolutePath();
349 if (filePath.startsWith(inputFile.getAbsolutePath())) {
430 * @param filepath the file path to the text file
433 private static String readFile(String filepath) {
435 FileInputStream fStream = new FileInputStream(filepath);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java 348 IPath filePath = new Path(file.getPath());
349 return pathToIFile(filePath);
369 IPath filePath = new Path(file.getPath());
370 return pathToResource(filePath);

Completed in 4407 milliseconds

1 2 3 4