Searched refs:API_FUNC_IsArc (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Tar/ |
H A D | TarIn.h | 147 API_FUNC_IsArc IsArc_Tar(const Byte *p, size_t size);
|
H A D | TarIn.cpp | 152 API_FUNC_IsArc IsArc_Tar(const Byte *p2, size_t size) in IsArc_Tar()
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/ |
H A D | ExtHandler.cpp | 2826 API_FUNC_IsArc IsArc_Ext_PhySize(const Byte *p, size_t size, UInt64 *phySize); 2827 API_FUNC_IsArc IsArc_Ext_PhySize(const Byte *p, size_t size, UInt64 *phySize) 2842 API_FUNC_IsArc IsArc_Ext(const Byte *p, size_t size); 2843 API_FUNC_IsArc IsArc_Ext(const Byte *p, size_t size)
|
H A D | FatHandler.cpp | 117 API_FUNC_IsArc IsArc_Fat(const Byte *p, size_t size); 118 API_FUNC_IsArc IsArc_Fat(const Byte *p, size_t size) in IsArc_Fat()
|
H A D | HandlerCont.cpp | 18 API_FUNC_IsArc IsArc_Ext(const Byte *p, size_t size);
|
H A D | GptHandler.cpp | 32 API_FUNC_IsArc IsArc_Fat(const Byte *p, size_t size);
|
H A D | AvbHandler.cpp | 28 API_FUNC_IsArc IsArc_Ext_PhySize(const Byte *p, size_t size, UInt64 *phySize);
|
H A D | IArchive.h | 701 #define API_FUNC_IsArc EXTERN_C UInt32 WINAPI macro
|
H A D | MbrHandler.cpp | 35 API_FUNC_IsArc IsArc_Fat(const Byte *p, size_t size);
|
H A D | LpHandler.cpp | 34 API_FUNC_IsArc IsArc_Ext_PhySize(const Byte *p, size_t size, UInt64 *phySize);
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Udf/ |
H A D | UdfIn.h | 503 API_FUNC_IsArc IsArc_Udf(const Byte *p, size_t size);
|
H A D | UdfIn.cpp | 752 API_FUNC_IsArc IsArc_Udf(const Byte *p, size_t size) in IsArc_Udf()
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Zip/ |
H A D | ZipIn.h | 15 API_FUNC_IsArc IsArc_Zip(const Byte *p, size_t size);
|
H A D | ZipIn.cpp | 393 API_FUNC_IsArc IsArc_Zip(const Byte *p, size_t size) in IsArc_Zip()
|