Searched defs:GetFlags (Results 1 - 5 of 5) sorted by relevance

/system/core/include/backtrace/
H A DBacktraceMap.h61 int GetFlags(uintptr_t pc) { function in class:BacktraceMap
70 bool IsReadable(uintptr_t pc) { return GetFlags(pc) & PROT_READ; }
71 bool IsWritable(uintptr_t pc) { return GetFlags(pc) & PROT_WRITE; }
72 bool IsExecutable(uintptr_t pc) { return GetFlags(pc) & PROT_EXEC; }
/system/connectivity/shill/dhcp/
H A Ddhcp_config.cc191 vector<string> args = GetFlags();
275 vector<string> DHCPConfig::GetFlags() { function in class:shill::DHCPConfig
H A Ddhcpv6_config.cc136 vector<string> DHCPv6Config::GetFlags() { function in class:shill::DHCPv6Config
138 vector<string> flags = DHCPConfig::GetFlags();
H A Ddhcpv4_config.cc236 vector<string> DHCPv4Config::GetFlags() { function in class:shill::DHCPv4Config
238 vector<string> flags = DHCPConfig::GetFlags();
/system/connectivity/shill/
H A Ddevice_info.cc946 bool DeviceInfo::GetFlags(int interface_index, unsigned int* flags) const { function in class:shill::DeviceInfo

Completed in 220 milliseconds