Searched refs:empty (Results 1 - 6 of 6) sorted by relevance

/system/core/sh/
H A Doptions.c154 static char empty[] = ""; local
185 minusc = empty;
/system/core/toolbox/cp/
H A Dcp.c86 static char empty[] = ""; variable
87 PATH_T to = { .p_end = to.p_path, .target_end = empty };
/system/core/include/sysutils/
H A DList.h181 /* returns true if the list is empty */
182 inline bool empty() const { return mpMiddle->getNext() == mpMiddle; } function in class:android::sysutils::List
/system/core/libsysutils/src/
H A DSocketListener.cpp220 while (!pendingList->empty()) {
/system/netd/
H A DList.h181 /* returns true if the list is empty */
182 inline bool empty() const { return mpMiddle->getNext() == mpMiddle; } function in class:android::netd::List
H A DBandwidthController.cpp534 if (sharedQuotaIfaces.empty()) {
594 if (sharedQuotaIfaces.empty()) {

Completed in 140 milliseconds