Searched refs:srcPath (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/ |
D | CopyTest.java | 156 String srcPath = "/test0.txt"; in testCopyFile() local 157 Uri testFile = mStorage.createFile(SRC, srcPath, "text/plain", in testCopyFile() 169 assertCopied(srcPath); in testCopyFile() 206 String srcPath = "/emptyDir"; in testCopyEmptyDir() local 207 Uri testDir = mStorage.createFile(SRC, srcPath, DocumentsContract.Document.MIME_TYPE_DIR, in testCopyEmptyDir() 219 File dst = mStorage.getFile(DST, srcPath); in testCopyEmptyDir() 224 String srcPath = "/test0.txt"; in testReadErrors() local 225 Uri testFile = mStorage.createFile(SRC, srcPath, "text/plain", in testReadErrors()
|
/frameworks/native/cmds/rawbu/ |
D | backup.cpp | 256 static int backup_dir(FILE* fh, const char* srcPath) in backup_dir() argument 261 int srcLen = strlen(srcPath); in backup_dir() 265 dir = opendir(srcPath); in backup_dir() 269 srcPath, strerror(errno)); in backup_dir() 291 strcpy(fullPath, srcPath); in backup_dir() 503 static int restore_data(const char* srcPath) in restore_data() argument 507 FILE* fh = fopen(srcPath, "r"); in restore_data() 510 srcPath, strerror(errno)); in restore_data() 527 backupFilePath = strdup(srcPath); in restore_data() 534 printf("Restoring from %s to /data...\n", srcPath); in restore_data()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Installer.java | 111 public int movedex(String srcPath, String dstPath, String instructionSet) { in movedex() argument 119 builder.append(srcPath); in movedex()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Path_Delegate.java | 585 private static void addPath(long destPath, long srcPath, AffineTransform transform) { in addPath() argument 591 Path_Delegate srcPathDelegate = sManager.getDelegate(srcPath); in addPath()
|
D | Paint_Delegate.java | 796 Path_Delegate srcPath = Path_Delegate.getDelegate(src); in native_getFillPath() local 797 if (srcPath == null) { in native_getFillPath() 807 Shape strokeShape = stroke.createStrokedShape(srcPath.getJavaShape()); in native_getFillPath()
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageManagerTests.java | 417 String srcPath = srcDir.getParentFile().getParent(); in assertInstall() local 430 SECURE_CONTAINERS_PREFIX, srcPath); in assertInstall() 446 assertEquals(appInstallPath, srcPath); in assertInstall() 482 SECURE_CONTAINERS_PREFIX, srcPath); in assertInstall()
|