This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Need name and functionality suggestions for a new utility




> -----Original Message-----
> 
> Well, mmap()ed (as in the system call mmap()) objects certainly are
> created using win32 paths.

Found it - get_namehash which uses namehash which is set via
namehash = hash_path_name (0, get_win32_name ());

so you're correct, I'm jumping at ghosts. For the record, my ftok() will
be ok because it uses the inode number - which is the namehash.

Rob


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]