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

/haiku/src/kits/storage/
H A DPathMonitor.cpp1391 struct stat ancestorStat; local
1392 if (BEntry(&ancestor->EntryRef()).GetStat(&ancestorStat) == B_OK
1393 && node_ref(ancestorStat.st_dev, ancestorStat.st_ino)
1395 && S_ISDIR(ancestorStat.st_mode) == ancestor->IsDirectory()) {
1521 struct stat ancestorStat; local
1522 if (BEntry(&ancestor->EntryRef()).GetStat(&ancestorStat) != B_OK) {
1528 if (node_ref(ancestorStat.st_dev, ancestorStat.st_ino)
1530 || S_ISDIR(ancestorStat
[all...]

Completed in 33 milliseconds