Home
last modified time | relevance | path

Searched refs:RELOCATED_DIRECTORY (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/tools/mkisofs/schilytools/mkisofs/
H A Dinode.c212 if (s_entry->de_flags & RELOCATED_DIRECTORY)
295 if (s_entry->de_flags & RELOCATED_DIRECTORY)
432 if ((s_entry->de_flags & RELOCATED_DIRECTORY) != 0 &&
H A Dtree.c1423 s_entry->de_flags |= RELOCATED_DIRECTORY;
1718 if ((s_entry->de_flags & RELOCATED_DIRECTORY) != 0) {
2290 !(s_entry->de_flags & RELOCATED_DIRECTORY) &&
2553 (s_entry->de_flags & RELOCATED_DIRECTORY)) {
H A Djoliet.c827 if ((s_entry->de_flags & RELOCATED_DIRECTORY) != 0) {
888 if ((s_entry->de_flags & RELOCATED_DIRECTORY) != 0) {
H A Dmkisofs.h801 #define RELOCATED_DIRECTORY 0x20 /* de_flags only */ macro