Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/udfs/udf_info/
H A Dudf_info.cpp476 BOOLEAN needsCRC = FALSE, hasExt = FALSE, writingExt = FALSE, isParent = FALSE; in UDFDOSName100() local
490 if (dosIndex==0 || hasExt) { in UDFDOSName100()
509 if (lastPeriodIndex >= 0) hasExt = TRUE; in UDFDOSName100()
512 if ((!hasExt && dosIndex == DOS_NAME_LEN) || in UDFDOSName100()
546 if (!writingExt && hasExt && (dosIndex == DOS_NAME_LEN || in UDFDOSName100()
594 BOOLEAN needsCRC = FALSE, hasExt = FALSE, writingExt = FALSE, isParent = FALSE; in UDFDOSName200() local
608 if (dosIndex==0 || hasExt) { in UDFDOSName200()
627 if (lastPeriodIndex >= 0) hasExt = TRUE; in UDFDOSName200()
630 if ((!hasExt && dosIndex == DOS_NAME_LEN) || in UDFDOSName200()
664 if (!writingExt && hasExt && (dosIndex == DOS_NAME_LEN || in UDFDOSName200()