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

/build/libs/host/
H A DCopyFile.c32 # define lstat stat macro
203 * regular file, we fail. However, we use stat() rather than lstat(),
360 /* NOTE: we use lstat() here */
361 statResult = lstat(dst, &dstStat);
543 statResult = lstat(src, &srcStat);
579 statResult = lstat(srcExe, &srcStat);

Completed in 331 milliseconds