Searched refs:__android_log_pmsg_file_write (Results 1 – 6 of 6) sorted by relevance
/aosp12/bootable/recovery/tests/manual/ |
H A D | recovery_test.cpp | 57 EXPECT_LT(0, __android_log_pmsg_file_write( in TEST() 75 EXPECT_LT(0, __android_log_pmsg_file_write( in TEST()
|
/aosp12/bootable/recovery/recovery_utils/ |
H A D | logging.cpp | 101 return __android_log_pmsg_file_write(id, prio, filename, buf, len); in logrotate() 110 return __android_log_pmsg_file_write(id, prio, filename, buf, len); in logrotate() 130 return __android_log_pmsg_file_write(id, prio, name.c_str(), buf, len); in logrotate() 164 return __android_log_pmsg_file_write(LOG_ID_SYSTEM, ANDROID_LOG_INFO, filename.c_str(), in __pmsg_write()
|
/aosp12/system/logging/liblog/include/private/ |
H A D | android_logger.h | 125 ssize_t __android_log_pmsg_file_write(log_id_t logId, char prio,
|
/aosp12/system/logging/liblog/ |
H A D | liblog.map.txt | 86 __android_log_pmsg_file_write;
|
H A D | pmsg_writer.cpp | 183 ssize_t __android_log_pmsg_file_write(log_id_t logId, char prio, const char* filename, in __android_log_pmsg_file_write() function
|
/aosp12/system/logging/liblog/tests/ |
H A D | liblog_test.cpp | 2641 TEST(liblog, __android_log_pmsg_file_write) { in TEST() argument 2654 int return__android_log_pmsg_file_write = __android_log_pmsg_file_write( in TEST() 2685 EXPECT_LT(0, __android_log_pmsg_file_write(LOG_ID_CRASH, ANDROID_LOG_VERBOSE, in TEST()
|