Home
last modified time | relevance | path

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

/system/vold/
DUtils.cpp1140 struct stat stbuf1, stbuf2; in IsSameFile() local
1141 if (stat(path1.c_str(), &stbuf1) != 0 || stat(path2.c_str(), &stbuf2) != 0) return false; in IsSameFile()
1142 return stbuf1.st_ino == stbuf2.st_ino && stbuf1.st_dev == stbuf2.st_dev; in IsSameFile()