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

/build/make/tools/libhost/
H A DCopyFile.c437 int copyDirectory(const char* src, const char* dst, const struct stat* pSrcStat, unsigned int options) function
530 * Do the actual copy. This is called recursively from copyDirectory().
575 retVal = copyDirectory(src, dst, &srcStat, options);
/build/tools/libhost/
H A DCopyFile.c437 int copyDirectory(const char* src, const char* dst, const struct stat* pSrcStat, unsigned int options) function
530 * Do the actual copy. This is called recursively from copyDirectory().
575 retVal = copyDirectory(src, dst, &srcStat, options);

Completed in 75 milliseconds