OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dumplog
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/services/common_time/
utils.h
60
void
dumpLog
(int fd);
common_time_server_api.cpp
356
mClient_PacketRTTLog.
dumpLog
(fd, mCommonClock);
357
mStateChangeLog.
dumpLog
(fd);
358
mElectionLog.
dumpLog
(fd);
359
mBadPktLog.
dumpLog
(fd);
406
void CommonTimeServer::PacketRTTLog::
dumpLog
(int fd, const CommonClock& cclk) {
utils.cpp
113
void LogRing::
dumpLog
(int fd) {
common_time_server.h
99
void
dumpLog
(int fd, const CommonClock& cclk);
/external/chromium_org/third_party/leveldatabase/src/db/
leveldb_main.cc
104
bool
DumpLog
(Env* env, const std::string& fname) {
191
case kLogFile: return
DumpLog
(env, fname);
Completed in 47 milliseconds