Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dcommand_parser.cpp109 std::string sub(GetNextStr(',')); in GetNextInt() local
126 std::string sub(GetNextStr(',')); in GetNextHexInt() local
/device/google/contexthub/firmware/os/core/
Dseos.c1230 static bool osEventsSubscribeUnsubscribeV(bool sub, uint32_t numEvts, va_list ap) in osEventsSubscribeUnsubscribeV()
1255 static bool osEventsSubscribeUnsubscribe(bool sub, uint32_t numEvts, ...) in osEventsSubscribeUnsubscribe()
/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp232 decltype(::readdir(direc)) sub = nullptr; in IsDirectoryEmpty() local