Lines Matching refs:dirID
100 long dirID,
393 // The directory (or perhaps a file) exists. Find its dirID.
394 long dirID;
396 err = ::FSpGetDirectoryID(&ioSpec, &dirID, &isDirectory);
401 ioSpec.parID = dirID;
423 long dirID,
433 hpb.ioDirID = dirID;
794 long dirID;
796 return (noErr == ::FSpGetDirectoryID(&mSpec, &dirID, &isDirectory) && !isDirectory);
803 long dirID;
805 return (noErr == ::FSpGetDirectoryID(&mSpec, &dirID, &isDirectory) && isDirectory);
877 // Find the dirID of the directory described by this spec
878 long dirID;
880 mError = NS_FILE_RESULT(::FSpGetDirectoryID(&mSpec, &dirID, &isDirectory));
884 mSpec.parID = dirID;
1107 dipb->ioFDirIndex = 0; // use dirID and name