Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
H A DIPACM_Log.h78 #define PERROR(fmt) memset(buffer_send, 0, MAX_BUF_LEN);\ macro
91 #define PERROR(fmt) perror(fmt) macro
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
H A DIPACM_Log.h78 #define PERROR(fmt) memset(buffer_send, 0, MAX_BUF_LEN);\ macro
91 #define PERROR(fmt) perror(fmt) macro
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
H A DIPACM_Log.h78 #define PERROR(fmt) memset(buffer_send, 0, MAX_BUF_LEN);\ macro
91 #define PERROR(fmt) perror(fmt) macro
/aosp12/system/core/fs_mgr/libvbmeta/
H A Dutility.h27 #define PERROR PLOG(ERROR) << VBMETA_TAG macro
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/inc/
H A Dipa_nat_logi.h53 #define PERROR(fmt) printf("%s:%d %s()", __FILE__, __LINE__, __FUNCTION__);\ macro
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipanat/inc/
H A Dipa_nat_logi.h53 #define PERROR(fmt) printf("%s:%d %s()", __FILE__, __LINE__, __FUNCTION__);\ macro
/aosp12/system/core/fs_mgr/libfs_avb/
H A Dutil.h45 #define PERROR PLOG(ERROR) << FS_AVB_TAG macro
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipanat/inc/
H A Dipa_nat_logi.h53 #define PERROR(fmt) printf("%s:%d %s()", __FILE__, __LINE__, __FUNCTION__);\ macro
/aosp12/system/core/fs_mgr/
H A Dfs_mgr_priv.h47 #define PERROR PLOG(ERROR) << FS_MGR_TAG macro
/aosp12/system/core/fs_mgr/liblp/
H A Dutility.h38 #define PERROR PLOG(ERROR) << LP_TAG macro