Home
last modified time | relevance | path

Searched defs:CFileId (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Archive/Udf/
H A DUdfIn.cpp464 struct CFileId struct
467 Byte FileCharacteristics;
469 CDString Id;
470 CLongAllocDesc Icb;
472 bool IsItLink_Dir () const { return (FileCharacteristics & FILEID_CHARACS_Dir) != 0; } in IsItLink_Dir()
473 bool IsItLink_Deleted() const { return (FileCharacteristics & FILEID_CHARACS_Deleted) != 0; } in IsItLink_Deleted()
474 bool IsItLink_Parent () const { return (FileCharacteristics & FILEID_CHARACS_Parent) != 0; } in IsItLink_Parent()