Searched refs:LOGS (Results 1 – 7 of 7) sorted by relevance
/system/core/debuggerd/libdebuggerd/include/libdebuggerd/ |
D | utility.h | 61 LOGS, enumerator
|
/system/incremental_delivery/incfs/include/ |
D | incfs_ndk.h | 63 LOGS, enumerator
|
D | incfs_inline.h | 112 return IncFs_GetControlFd(mControl, LOGS); in logs()
|
/system/core/debuggerd/libdebuggerd/ |
D | tombstone.cpp | 491 _LOG(log, logtype::LOGS, "--------- %slog %s\n", in dump_log_file() 532 _LOG(log, logtype::LOGS, "%s.%03d %5d %5d %c %-8s: %s\n", timeBuf, in dump_log_file()
|
/system/incremental_delivery/incfs/tests/ |
D | incfs_test.cpp | 224 EXPECT_GE(IncFs_GetControlFd(control_, LOGS), 0); in TEST_F() 234 EXPECT_LT(IncFs_GetControlFd(control_, LOGS), 0); in TEST_F() 243 EXPECT_GE(IncFs_GetControlFd(control, LOGS), 0); in TEST_F()
|
/system/incremental_delivery/incfs/ |
D | incfs.cpp | 491 case LOGS: in IncFs_GetControlFd() 507 out[LOGS] = std::exchange(control->logs, -1); in IncFs_ReleaseControlFds()
|
/system/vold/ |
D | VoldNativeService.cpp | 875 auto logsFd = IncFs_GetControlFd(control, LOGS); in mountIncFs()
|