Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/udfs/
H A Ddircntrl.cpp261 #define CanBe8dot3 (FNM_Flags & UDF_FNM_FLAG_CAN_BE_8D3) in UDFQueryDirectory() macro
636 #define CanBe8dot3 (FNM_Flags & UDF_FNM_FLAG_CAN_BE_8D3) in UDFFindNextMatch() macro
647 …(!CanBe8dot3 || ((DirNdx->hashes.hDos != hashes->hLfn) && (DirNdx->hashes.hDos != hashes->hPosix))… in UDFFindNextMatch()
650 ContainsWC, CanBe8dot3 && !(DirNdx->FI_Flags & UDF_FI_FLAG_DOS), in UDFFindNextMatch()
H A Dnamesup.h19 IN BOOLEAN CanBe8dot3,
H A Dnamesup.cpp163 IN BOOLEAN CanBe8dot3, in UDFIsNameInExpression() argument
186 if(!CanBe8dot3) in UDFIsNameInExpression()