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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c537 HFSCatalogNodeID foundFileID; local
547 foundFileID = isHFSPlus ? extentKeyPtr->hfsPlus.fileID : extentKeyPtr->hfs.fileID;
548 if ( foundFileID == srcFileID ) {
696 HFSCatalogNodeID foundFileID; local
707 foundFileID = isHFSPlus ? extentKeyPtr->hfsPlus.fileID : extentKeyPtr->hfs.fileID;
708 if ( foundFileID != fileID ) {

Completed in 22 milliseconds