Searched refs:srcPath (Results 1 – 8 of 8) sorted by relevance
/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/tools/aapt2/link/ |
D | Link.cpp | 333 const StringPiece srcPath = file->getSource().path; in linkAndVersionXmlFile() local 335 mContext->getDiagnostics()->note(DiagMessage() << "linking " << srcPath); in linkAndVersionXmlFile() 344 if (util::stringEndsWith<char>(srcPath, ".flat")) { in linkAndVersionXmlFile() 457 const StringPiece srcPath = file->getSource().path; in flatten() local 459 (util::stringEndsWith<char>(srcPath, ".xml.flat") || in flatten() 460 util::stringEndsWith<char>(srcPath, ".xml"))) { in flatten()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Path_Delegate.java | 567 public static void addPath(long destPath, long srcPath, AffineTransform transform) { in addPath() argument 573 Path_Delegate srcPathDelegate = sManager.getDelegate(srcPath); in addPath()
|
D | Paint_Delegate.java | 792 Path_Delegate srcPath = Path_Delegate.getDelegate(src); in nGetFillPath() local 793 if (srcPath == null) { in nGetFillPath() 803 Shape strokeShape = stroke.createStrokedShape(srcPath.getJavaShape()); in nGetFillPath()
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageManagerTests.java | 418 String srcPath = srcDir.getParentFile().getParent(); in assertInstall() local 431 SECURE_CONTAINERS_PREFIX, srcPath); in assertInstall() 439 assertEquals(appInstallPath, srcPath); in assertInstall() 475 SECURE_CONTAINERS_PREFIX, srcPath); in assertInstall()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 847 void API_ENTRY(glCopyPathNV)(GLuint resultPath, GLuint srcPath) { 848 CALL_GL_API(glCopyPathNV, resultPath, srcPath); 853 void API_ENTRY(glTransformPathNV)(GLuint resultPath, GLuint srcPath, GLenum transformType, const GL… 854 CALL_GL_API(glTransformPathNV, resultPath, srcPath, transformType, transformValues);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 2527 typedef void (GL_APIENTRYP PFNGLCOPYPATHNVPROC) (GLuint resultPath, GLuint srcPath); 2529 typedef void (GL_APIENTRYP PFNGLTRANSFORMPATHNVPROC) (GLuint resultPath, GLuint srcPath, GLenum tra… 2585 GL_APICALL void GL_APIENTRY glCopyPathNV (GLuint resultPath, GLuint srcPath); 2587 GL_APICALL void GL_APIENTRY glTransformPathNV (GLuint resultPath, GLuint srcPath, GLenum transformT…
|
/frameworks/native/opengl/libs/ |
D | entries.in | 110 GL_ENTRY(void, glCopyPathNV, GLuint resultPath, GLuint srcPath) 813 GL_ENTRY(void, glTransformPathNV, GLuint resultPath, GLuint srcPath, GLenum transformType, const GL…
|