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

/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.cpp19 CrunchCache::CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff) argument
20 : mSourcePath(sourcePath), mDestPath(destPath), mSourceFiles(0), mDestFiles(0), mFileFinder(ff)
/frameworks/base/media/java/android/mtp/
H A DMtpDevice.java277 * @param destPath path to destination for the file transfer.
282 public boolean importFile(int objectHandle, String destPath) { argument
283 return native_import_file(objectHandle, destPath);
390 private native boolean native_import_file(int objectHandle, String destPath); argument
/frameworks/native/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/av/media/mtp/
H A DMtpDevice.h115 bool readObject(MtpObjectHandle handle, const char* destPath, int group,
H A DMtpDevice.cpp652 bool MtpDevice::readObject(MtpObjectHandle handle, const char* destPath, int group, int perm) { argument
653 ALOGD("readObject: %s", destPath);
654 int fd = ::open(destPath, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR);
656 ALOGE("open failed for %s", destPath);
/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.java567 public static void addPath(long destPath, long srcPath, AffineTransform transform) { argument
568 Path_Delegate destPathDelegate = sManager.getDelegate(destPath);

Completed in 775 milliseconds