Home | History | Annotate | Download | only in avd

Lines Matching full:srcpath

564 imageLoader_copyFrom( ImageLoader*  l, const char*  srcPath )
583 if (path_copy_file(dstPath, srcPath) < 0) {
737 const char* srcPath;
745 srcPath = imageLoader_extractPath(l);
748 imageLoader_copyFrom( l, srcPath );
749 AFREE((char*) srcPath);