Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/fs_mgr/libfstab/
H A Dlogging_macros.h40 #define PFATAL PLOG(FATAL) << FSTAB_TAG macro
/aosp_15_r20/system/core/fs_mgr/libfs_avb/
H A Dutil.h40 #define PFATAL PLOG(FATAL) << FS_AVB_TAG macro
/aosp_15_r20/system/core/fs_mgr/
H A Dfs_mgr_priv.h40 #define PFATAL PLOG(FATAL) << FS_MGR_TAG macro
/aosp_15_r20/external/AFLplusplus/include/
H A Ddebug.h340 #define PFATAL(x...) \ macro
/aosp_15_r20/external/gflags/src/
H A Dgflags.cc1013 #define PFATAL(s) do { perror(s); gflags_exitfunc(1); } while (0) macro