HomeSort by relevance Sort by last modified time
    Searched refs:newFilePath (Results 1 - 25 of 47) sorted by null

1 2

  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
EmlAttachmentProvider.java 313 final String newFilePath = getFilePath(uri);
326 outputStream = new FileOutputStream(newFilePath);
328 LogUtils.e(LOG_TAG, "File not found for file %s", newFilePath);
351 attachment.contentUri = Uri.parse("file://" + newFilePath);
361 newFilePath, size, false);
369 intent.setData(Uri.parse("file://" + newFilePath));
376 LogUtils.e(LOG_TAG, e, "Cannot write to file %s", newFilePath);
377 new File(newFilePath).delete();
  /packages/apps/Camera2/src/com/android/camera/
Storage.java 325 * @param newFilePath the new path of the file
328 public static boolean renameFile(File inputPath, File newFilePath) {
329 if (newFilePath.exists()) {
330 Log.e(TAG, "File path already exists: " + newFilePath.getAbsolutePath());
337 if (!createDirectoryIfNeeded(newFilePath.getAbsolutePath())) {
339 newFilePath.getAbsolutePath());
342 return inputPath.renameTo(newFilePath);
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
VoicemailContractTest.java 390 final String newFilePath = "my/new/file/path";
392 value.put(Voicemails._DATA, newFilePath);
395 assertDataNotEquals(newFilePath);
404 final String newFilePath = "another/file/path";
407 value.put(Voicemails._DATA, newFilePath);
415 assertDataNotEquals(newFilePath);
418 private void assertDataNotEquals(String newFilePath) throws RemoteException {
424 assertFalse(data.equals(newFilePath));
  /external/pdfium/testing/tools/
gold.py 219 newFilePath = os.path.join(self._outputDir, md5Hash + '.' + imgExt)
220 shutil.copy2(outputImagePath, newFilePath)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urllib.py 236 newFd, newFilePath = tempfile.mkstemp()
238 self.registerFileForCleanUp(newFilePath)
245 return newFilePath
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib.py 319 newFd, newFilePath = tempfile.mkstemp()
321 self.registerFileForCleanUp(newFilePath)
328 return newFilePath
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllib.py 319 newFd, newFilePath = tempfile.mkstemp()
321 self.registerFileForCleanUp(newFilePath)
328 return newFilePath
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib.py 319 newFd, newFilePath = tempfile.mkstemp()
321 self.registerFileForCleanUp(newFilePath)
328 return newFilePath
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib.py 319 newFd, newFilePath = tempfile.mkstemp()
321 self.registerFileForCleanUp(newFilePath)
328 return newFilePath
    [all...]
  /external/python/cpython2/Lib/test/
test_urllib.py 405 newFd, newFilePath = tempfile.mkstemp()
407 self.registerFileForCleanUp(newFilePath)
414 return newFilePath
    [all...]
  /external/python/cpython3/Lib/test/
test_urllib.py 595 newFd, newFilePath = tempfile.mkstemp()
597 self.registerFileForCleanUp(newFilePath)
604 return newFilePath
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-alpha1/
repository-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-alpha3/
repository-25.0.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0/
repository-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-alpha5/
repository-25.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-alpha7/
repository-25.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-alpha9/
repository-25.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-beta2/
repository-25.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-beta5/
repository-25.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-beta6/
repository-25.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-beta7/
repository-25.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-rc3/
repository-25.0.0-rc3.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.1.0/
repository-25.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.1.0-alpha3/
repository-25.1.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.1.0-alpha4/
repository-25.1.0-alpha4.jar 

Completed in 1035 milliseconds

1 2