Searched refs:destPath (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/media/java/android/mtp/
H A DMtpDevice.java230 * @param destPath path to destination for the file transfer.
235 public boolean importFile(int objectHandle, String destPath) { argument
236 return native_import_file(objectHandle, destPath);
254 private native boolean native_import_file(int objectHandle, String destPath); argument
/frameworks/base/tools/aapt/
H A DCrunchCache.h32 CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff);
41 * them to the cached versions in the destPath. If the optional
H A DCrunchCache.cpp18 CrunchCache::CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff) argument
19 : mSourcePath(sourcePath), mDestPath(destPath), mSourceFiles(0), mDestFiles(0), mFileFinder(ff)
/frameworks/av/media/mtp/
H A DMtpDevice.h102 bool readObject(MtpObjectHandle handle, const char* destPath, int group,
H A DMtpDevice.cpp668 bool MtpDevice::readObject(MtpObjectHandle handle, const char* destPath, int group, int perm) { argument
669 ALOGD("readObject: %s", destPath);
670 int fd = ::open(destPath, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR);
672 ALOGE("open failed for %s", destPath);
/frameworks/base/cmds/rawbu/
H A Dbackup.cpp373 static int backup_data(const char* destPath) argument
377 FILE* fh = fopen(destPath, "w");
380 destPath, strerror(errno));
384 printf("Backing up /data to %s...\n", destPath);
387 backupFilePath = strdup(destPath);
399 destPath, strerror(errno));
405 destPath, strerror(errno));
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DMtpClient.java405 * @param destPath path to destination for the file transfer.
410 public boolean importFile(String deviceName, int objectHandle, String destPath) { argument
415 return device.importFile(objectHandle, destPath);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java525 private static void addPath(int destPath, int srcPath, AffineTransform transform) { argument
526 Path_Delegate destPathDelegate = sManager.getDelegate(destPath);

Completed in 554 milliseconds