Searched refs:srcPath (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/cmds/rawbu/ |
D | backup.cpp | 255 static int backup_dir(FILE* fh, const char* srcPath) in backup_dir() argument 260 int srcLen = strlen(srcPath); in backup_dir() 264 dir = opendir(srcPath); in backup_dir() 268 srcPath, strerror(errno)); in backup_dir() 290 strcpy(fullPath, srcPath); in backup_dir() 502 static int restore_data(const char* srcPath) in restore_data() argument 506 FILE* fh = fopen(srcPath, "r"); in restore_data() 509 srcPath, strerror(errno)); in restore_data() 526 backupFilePath = strdup(srcPath); in restore_data() 533 printf("Restoring from %s to /data...\n", srcPath); in restore_data()
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Path_Delegate.java | 583 public static void addPath(long destPath, long srcPath, AffineTransform transform) { in addPath() argument 589 Path_Delegate srcPathDelegate = sManager.getDelegate(srcPath); in addPath()
|
D | Paint_Delegate.java | 806 Path_Delegate srcPath = Path_Delegate.getDelegate(src); in nGetFillPath() local 807 if (srcPath == null) { in nGetFillPath() 817 Shape strokeShape = stroke.createStrokedShape(srcPath.getJavaShape()); in nGetFillPath()
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageManagerTests.java | 430 String srcPath = srcDir.getParentFile().getParent(); in assertInstall() local 439 assertEquals(appInstallPath, srcPath); in assertInstall() 467 SECURE_CONTAINERS_PREFIX, srcPath); in assertInstall()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 1144 void API_ENTRY(glCopyPathNV)(GLuint resultPath, GLuint srcPath) { 1145 CALL_GL_API(glCopyPathNV, resultPath, srcPath); 1150 void API_ENTRY(glTransformPathNV)(GLuint resultPath, GLuint srcPath, GLenum transformType, const GL… 1151 CALL_GL_API(glTransformPathNV, resultPath, srcPath, transformType, transformValues);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 3091 typedef void (GL_APIENTRYP PFNGLCOPYPATHNVPROC) (GLuint resultPath, GLuint srcPath); 3093 typedef void (GL_APIENTRYP PFNGLTRANSFORMPATHNVPROC) (GLuint resultPath, GLuint srcPath, GLenum tra… 3168 GL_APICALL void GL_APIENTRY glCopyPathNV (GLuint resultPath, GLuint srcPath); 3170 GL_APICALL void GL_APIENTRY glTransformPathNV (GLuint resultPath, GLuint srcPath, GLenum transformT…
|
/frameworks/native/opengl/libs/ |
D | entries.in | 117 GL_ENTRY(void, glCopyPathNV, GLuint resultPath, GLuint srcPath) 910 GL_ENTRY(void, glTransformPathNV, GLuint resultPath, GLuint srcPath, GLenum transformType, const GL…
|