Home
last modified time | relevance | path

Searched defs:log_name (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/gd/grpc/
H A Dgrpc_event_queue.h39 explicit GrpcEventQueue(std::string log_name) : log_name_(std::move(log_name)){}; in GrpcEventQueue()
/aosp12/bootable/recovery/applypatch/
H A Dfreecache.cpp121 static unsigned int GetLogIndex(const std::string& log_name) { in GetLogIndex()
/aosp12/packages/modules/adb/
H A Dadb_utils.cpp328 const char log_name[] = "adb.log"; in GetLogFilePath() local