Searched refs:LOGS (Results 1 – 7 of 7) sorted by relevance
/system/core/debuggerd/libdebuggerd/include/libdebuggerd/ |
D | utility.h | 61 LOGS, enumerator
|
/system/core/debuggerd/libdebuggerd/ |
D | tombstone.cpp | 501 _LOG(log, logtype::LOGS, "--------- %slog %s\n", tail ? "tail end of " : "", filename); in dump_log_file() 541 _LOG(log, logtype::LOGS, "%s.%03d %5d %5d %c %-8s: %s\n", timeBuf, in dump_log_file() 633 _LOG(&log, should_log ? logtype::HEADER : logtype::LOGS, "%s\n", line.c_str()); in engrave_tombstone()
|
/system/incremental_delivery/incfs/include/ |
D | incfs_ndk.h | 67 LOGS, enumerator
|
D | incfs_inline.h | 116 return IncFs_GetControlFd(mControl, LOGS); in logs()
|
/system/incremental_delivery/incfs/tests/ |
D | incfs_test.cpp | 241 EXPECT_GE(IncFs_GetControlFd(control_, LOGS), 0); in TEST_F() 252 EXPECT_LT(IncFs_GetControlFd(control_, LOGS), 0); in TEST_F() 262 EXPECT_GE(IncFs_GetControlFd(control, LOGS), 0); in TEST_F()
|
/system/incremental_delivery/incfs/ |
D | incfs.cpp | 582 case LOGS: in IncFs_GetControlFd() 600 out[LOGS] = std::exchange(control->logs, -1); in IncFs_ReleaseControlFds()
|
/system/vold/ |
D | VoldNativeService.cpp | 1013 _aidl_return->log.reset(unique_fd(fds[LOGS].release())); in mountIncFs()
|