Home
last modified time | relevance | path

Searched refs:lstat (Results 1 – 3 of 3) sorted by relevance

/build/make/tools/libhost/
DCopyFile.c31 # define lstat stat macro
372 statResult = lstat(dst, &dstStat); in copySymlink()
555 statResult = lstat(src, &srcStat); in copyFileRecursive()
/build/kati/
Dregen.cc328 if (lstat(dir.c_str(), &st) != 0) { in ShouldRunCommand()
Dfind.cc922 if (lstat(path.c_str(), &st)) { in GetDtType()