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

/build/tools/
H A Dfileslist.py21 st = os.lstat(path)
/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 480 milliseconds