Searched defs:spec (Results 1 – 12 of 12) sorted by relevance
/system/core/adb/ |
D | socket_spec.cpp | 78 bool parse_tcp_socket_spec(std::string_view spec, std::string* hostname, int* port, in parse_tcp_socket_spec() 120 int get_host_socket_spec_port(std::string_view spec, std::string* error) { in get_host_socket_spec_port() 160 bool is_socket_spec(std::string_view spec) { in is_socket_spec() 170 bool is_local_socket_spec(std::string_view spec) { in is_local_socket_spec() 324 int socket_spec_listen(std::string_view spec, std::string* error, int* resolved_port) {
|
D | services.cpp | 156 std::string spec) { in wait_service() 249 std::string spec(name); in host_service_to_socket() local
|
/system/chre/platform/linux/ |
D | system_timer.cc | 106 struct itimerspec spec = {}; in isActive() local 120 struct itimerspec spec = {}; in setInternal() local
|
/system/extras/verity/ |
D | Utils.java | 166 PKCS8EncodedKeySpec spec = decryptPrivateKey(der); in loadDERPrivateKey() local 226 ECPublicKeySpec spec = factory.getKeySpec(key, ECPublicKeySpec.class); in getSignatureAlgorithm() local 229 ECPrivateKeySpec spec = factory.getKeySpec(key, ECPrivateKeySpec.class); in getSignatureAlgorithm() local
|
/system/core/fs_mgr/libdm/include/libdm/ |
D | dm.h | 203 struct dm_target_spec spec; member
|
/system/core/fs_mgr/libdm/ |
D | dm.cpp | 487 struct dm_target_spec* spec = reinterpret_cast<struct dm_target_spec*>(&buffer[cursor]); in GetTable() local 516 std::string DeviceMapper::GetTargetType(const struct dm_target_spec& spec) { in GetTargetType()
|
D | dm_target.cpp | 47 struct dm_target_spec* spec = reinterpret_cast<struct dm_target_spec*>(&data[0]); in Serialize() local
|
/system/nvram/messages/include/nvram/messages/ |
D | proto.hpp | 337 constexpr auto spec = kFieldSpec; in EncodeMember() local 345 constexpr auto spec = kFieldSpec; in DecodeMember() local
|
/system/vold/ |
D | KeyUtil.cpp | 206 static bool buildKeySpecifier(fscrypt_key_specifier* spec, const EncryptionPolicy& policy) { in buildKeySpecifier()
|
/system/core/adb/daemon/ |
D | file_sync_service.cpp | 545 static bool do_send_v1(int s, const std::string& spec, std::vector<char>& buffer) { in do_send_v1()
|
/system/libbase/ |
D | logging.cpp | 367 std::string spec(specs[i]); in InitLogging() local
|
/system/gsid/ |
D | gsi_service.cpp | 438 const auto& spec = target.spec; in dumpDeviceMapperDevices() local
|