Home
last modified time | relevance | path

Searched refs:LOGS (Results 1 – 7 of 7) sorted by relevance

/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dutility.h61 LOGS, enumerator
/system/incremental_delivery/incfs/include/
Dincfs_ndk.h63 LOGS, enumerator
Dincfs_inline.h112 return IncFs_GetControlFd(mControl, LOGS); in logs()
/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp491 _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/
Dincfs_test.cpp224 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/
Dincfs.cpp491 case LOGS: in IncFs_GetControlFd()
507 out[LOGS] = std::exchange(control->logs, -1); in IncFs_ReleaseControlFds()
/system/vold/
DVoldNativeService.cpp875 auto logsFd = IncFs_GetControlFd(control, LOGS); in mountIncFs()