Searched refs:srcPath (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/cmds/rawbu/
H A Dbackup.cpp256 static int backup_dir(FILE* fh, const char* srcPath) argument
261 int srcLen = strlen(srcPath);
265 dir = opendir(srcPath);
269 srcPath, strerror(errno));
291 strcpy(fullPath, srcPath);
503 static int restore_data(const char* srcPath) argument
507 FILE* fh = fopen(srcPath, "r");
510 srcPath, strerror(errno));
527 backupFilePath = strdup(srcPath);
534 printf("Restoring from %s to /data...\n", srcPath);
[all...]
/frameworks/base/tools/aapt2/link/
H A DLink.cpp333 const StringPiece srcPath = file->getSource().path; local
335 mContext->getDiagnostics()->note(DiagMessage() << "linking " << srcPath);
344 if (util::stringEndsWith<char>(srcPath, ".flat")) {
457 const StringPiece srcPath = file->getSource().path; local
459 (util::stringEndsWith<char>(srcPath, ".xml.flat") ||
460 util::stringEndsWith<char>(srcPath, ".xml"))) {
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java567 public static void addPath(long destPath, long srcPath, AffineTransform transform) { argument
573 Path_Delegate srcPathDelegate = sManager.getDelegate(srcPath);
H A DPaint_Delegate.java792 Path_Delegate srcPath = Path_Delegate.getDelegate(src);
793 if (srcPath == null) {
803 Shape strokeShape = stroke.createStrokedShape(srcPath.getJavaShape());
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java418 String srcPath = srcDir.getParentFile().getParent();
431 SECURE_CONTAINERS_PREFIX, srcPath);
439 assertEquals(appInstallPath, srcPath);
475 SECURE_CONTAINERS_PREFIX, srcPath);
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h2527 typedef void (GL_APIENTRYP PFNGLCOPYPATHNVPROC) (GLuint resultPath, GLuint srcPath);
2529 typedef void (GL_APIENTRYP PFNGLTRANSFORMPATHNVPROC) (GLuint resultPath, GLuint srcPath, GLenum transformType, const GLfloat *transformValues);
2585 GL_APICALL void GL_APIENTRY glCopyPathNV (GLuint resultPath, GLuint srcPath);
2587 GL_APICALL void GL_APIENTRY glTransformPathNV (GLuint resultPath, GLuint srcPath, GLenum transformType, const GLfloat *transformValues);

Completed in 389 milliseconds