HomeSort by relevance Sort by last modified time
    Searched defs:filePath (Results 51 - 75 of 194) sorted by null

1 23 4 5 6 7 8

  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 359 String filePath;
384 filePath = file.getCanonicalPath();
390 if (filePath.startsWith(cacheDir)
391 || filePath.startsWith(libDir)
392 || filePath.startsWith(nbFilesDir)) {
399 if (filePath.startsWith(dbDir)) {
402 } else if (filePath.startsWith(spDir)) {
405 } else if (filePath.startsWith(filesDir)) {
408 } else if (filePath.startsWith(mainDir)) {
411 } else if ((efDir != null) && filePath.startsWith(efDir))
    [all...]
  /frameworks/base/core/java/android/os/
FileUtils.java 376 String filePath = file.getAbsolutePath();
378 if (dirPath.equals(filePath)) {
385 return filePath.startsWith(dirPath);
  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 206 String filePath = directory + "/" + filename;
217 degree[0] = getExifOrientation(filePath);
239 values.put(Images.Media.DATA, filePath);
249 public static int getExifOrientation(String filepath) {
253 exif = new ExifInterface(filepath);
  /packages/apps/Mms/src/com/android/mms/ui/
UriImage.java 140 String filePath;
142 filePath = c.getString(c.getColumnIndexOrThrow(Part.FILENAME));
143 if (TextUtils.isEmpty(filePath)) {
144 filePath = c.getString(
150 filePath = uri.getPath();
178 mPath = filePath;
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
EmlAttachmentProvider.java 402 final String filePath = getFilePath(uri);
416 return ParcelFileDescriptor.open(new File(filePath), fileMode);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 281 String filePath = sLastResFilePath.get(projPath);
283 mResFileCombo.setText(filePath != null ? filePath : DEFAULT_RES_FILE_PATH);
521 for (String filePath : filePaths) {
522 mResFileCombo.add(filePath);
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DngCreatorTest.java 255 String filePath = DEBUG_FILE_NAME_BASE + "/camera_thumb_" + deviceId + "_" +
258 fileStream = new FileOutputStream(filePath);
262 Log.v(TAG, "Test DNG file for camera " + deviceId + " saved to " + filePath);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.cpp 279 String filePath = m_response.downloadedFilePath();
282 if (!filePath.isEmpty() && m_lengthDownloadedToFile) {
283 blobData->appendFile(filePath);
    [all...]
  /external/qemu/android/avd/
info.c 719 const char* filePath,
721 int ret = fileData_initFromFile(data, filePath);
723 D("Error reading property file %s: %s", filePath, strerror(-ret));
725 D("Read property file at %s", filePath);
763 char* filePath = _avdInfo_getContentOrSdkFilePath(i, propFileName);
764 if (!filePath) {
769 _avdInfo_readPropertyFile(i, filePath, data);
770 free(filePath);
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/beam/
BeamTransferManager.java 469 String filePath = mPaths.get(0);
470 Uri mediaUri = mMediaUris.get(filePath);
472 Uri.parse(ContentResolver.SCHEME_FILE + "://" + filePath);
473 viewIntent.setDataAndTypeAndNormalize(uri, mMimeTypes.get(filePath));
  /frameworks/base/core/java/android/provider/
MediaStore.java 582 String filePath = c.getString(1);
717 String filePath = c.getString(1);
718 if (filePath != null) {
720 bitmap = ThumbnailUtils.createVideoThumbnail(filePath, kind);
722 bitmap = ThumbnailUtils.createImageThumbnail(filePath, kind);
    [all...]
  /external/doclava/src/com/google/doclava/
Doclava.java 923 String filePath = f.getAbsolutePath();
929 String webPath = filePath.substring(filePath.indexOf("docs/html/") + 10,
930 filePath.length());
935 String filedata = DocFile.readFile(filePath);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
DWrite.h 670 /// <param name="filePath">Character array that receives the local file path.</param>
671 /// <param name="filePathSize">Size of the filePath array in character count including the terminated NULL character.</param>
678 __out_ecount_z(filePathSize) WCHAR* filePath,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
manifest-merger.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java     [all...]
  /frameworks/base/media/java/android/media/
AudioService.java     [all...]

Completed in 2443 milliseconds

1 23 4 5 6 7 8