Searched defs:srcPath (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/cmds/rawbu/
H A Dbackup.cpp255 static int backup_dir(FILE* fh, const char* srcPath) argument
260 int srcLen = strlen(srcPath);
264 dir = opendir(srcPath);
268 srcPath, strerror(errno));
290 strcpy(fullPath, srcPath);
502 static int restore_data(const char* srcPath) argument
506 FILE* fh = fopen(srcPath, "r");
509 srcPath, strerror(errno));
526 backupFilePath = strdup(srcPath);
533 printf("Restoring from %s to /data...\n", srcPath);
[all...]
/frameworks/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java573 public static void addPath(long destPath, long srcPath, AffineTransform transform) { argument
579 Path_Delegate srcPathDelegate = sManager.getDelegate(srcPath);

Completed in 118 milliseconds