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

/build/libs/host/
H A DCopyFile.c431 int copyDirectory(const char* src, const char* dst, const struct stat* pSrcStat, unsigned int options) function
524 * Do the actual copy. This is called recursively from copyDirectory().
619 retVal = copyDirectory(src, dst, &srcStat, options);

Completed in 38 milliseconds