Home
last modified time | relevance | path

Searched refs:DOS_NAME_LEN (Results 1 – 2 of 2) sorted by relevance

/reactos/drivers/filesystems/udfs/udf_info/
H A Dudf_rel.h419 #define DOS_NAME_LEN 8 macro
H A Dudf_info.cpp512 if ((!hasExt && dosIndex == DOS_NAME_LEN) || in UDFDOSName100()
546 if (!writingExt && hasExt && (dosIndex == DOS_NAME_LEN || in UDFDOSName100()
630 if ((!hasExt && dosIndex == DOS_NAME_LEN) || in UDFDOSName200()
664 if (!writingExt && hasExt && (dosIndex == DOS_NAME_LEN || in UDFDOSName200()
810 bytesLeft = DOS_NAME_LEN; in UDFDOSName201()