Displaying 1 result from an estimated 1 matches for "mailbox_folders".
2007 Aug 31
2
dirsize quota assertion problem
...path is a directory which substring matches
count_path[i].path, but the same path with a directory separator
appended to it does not substring match count_path[i].path, then it is a
different path and does not contain the existing path.
For example, if count_path[i] is the directory
/usr/home/test/mailbox_folders, and path is the directory
/usr/home/test/mailbox, then /usr/home/test/mailbox does not
contain/usr/home/test/mailbox_folders, and this condition should fail.
If some other code were to enforce that /usr/home/test/mailbox be
terminated with a directory separator, then this is not a problem and my...