/system/core/adb/ |
D | file_sync_service.cpp | 194 goto abort; in handle_send_file() 199 goto abort; in handle_send_file() 202 if (!ReadFdExactly(s, &buffer[0], msg.data.size)) goto abort; in handle_send_file() 232 goto abort; in handle_send_file() 238 goto abort; in handle_send_file() 244 goto abort; in handle_send_file() 247 if (!ReadFdExactly(s, &buffer[0], msg.data.size)) goto abort; in handle_send_file() 250 abort: in handle_send_file()
|
/system/core/libutils/ |
D | JenkinsHash.cpp | 39 abort(); in JenkinsHashMixBytes() 58 abort(); in JenkinsHashMixShorts()
|
/system/core/debuggerd/test/ |
D | BacktraceMock.h | 46 abort(); in BacktraceMock() 93 abort(); in SetPartialReadAmount()
|
D | dump_memory_test.cpp | 120 abort(); in SetUp() 124 abort(); in SetUp()
|
/system/vold/ |
D | Keymaster.cpp | 48 virtual keymaster_error_t abort(keymaster_operation_handle_t operation_handle) const = 0; 79 keymaster_error_t abort(keymaster_operation_handle_t operation_handle) const override final { in abort() function in android::vold::KeymasterDevice 80 return mDevice->abort(mDevice, operation_handle); in abort() 115 if (mDevice) mDevice->abort(mOpHandle); in ~KeymasterOperation()
|
D | Utils.cpp | 261 abort(); in ForkExecvp() 266 abort(); in ForkExecvp() 293 abort(); in ForkExecvp() 298 abort(); in ForkExecvp()
|
/system/weaved/brillo/android/weave/ |
D | IWeaveCommand.aidl | 31 void abort(in String errorCode, in String errorMessage); in abort() method
|
/system/media/audio_utils/tests/ |
D | fifo_tests.cpp | 120 abort(); in main() 141 abort(); in main()
|
/system/keymaster/include/keymaster/ |
D | soft_keymaster_device.h | 178 static keymaster_error_t abort(const keymaster1_device_t* dev, 236 static keymaster_error_t abort(const keymaster2_device_t* dev,
|
/system/weaved/buffet/ |
D | binder_command_proxy.h | 46 android::binder::Status abort(const android::String16& errorCode,
|
D | binder_command_proxy_unittest.cc | 150 GetCommandProxy()->abort(ToString16("foo"), ToString16("bar")).isOk()); in TEST_F()
|
/system/core/base/ |
D | strings.cpp | 29 if ((a) == (b)) abort();
|
/system/core/libmemunreachable/ |
D | Allocator.cpp | 230 abort(); //throw std::bad_alloc; in operator new() 320 abort(); //throw std::bad_alloc; in operator new() 407 abort(); //throw std::bad_alloc; in MapAlloc()
|
/system/extras/kexec_tools/ |
D | kexecload.c | 107 abort(); in main()
|
/system/keymaster/ |
D | ecdsa_keymaster1_operation.cpp | 75 return engine_->device()->abort(engine_->device(), operation_handle_); in Abort()
|
D | soft_keymaster_device.cpp | 267 km1_device_.abort = abort; in initialize_device_struct() 292 km2_device_.abort = abort; in initialize_device_struct() 1411 keymaster_error_t SoftKeymasterDevice::abort(const keymaster1_device_t* dev, in abort() function in keymaster::SoftKeymasterDevice 1418 return km1_dev->abort(km1_dev, operation_handle); in abort() 1429 keymaster_error_t SoftKeymasterDevice::abort(const keymaster2_device_t* dev, in abort() function in keymaster::SoftKeymasterDevice 1438 return abort(&sk_dev->km1_device_, operation_handle); in abort()
|
D | rsa_keymaster1_operation.cpp | 91 return engine_->device()->abort(engine_->device(), operation_handle_); in Abort()
|
D | android_keymaster_test_utils.cpp | 328 return device()->abort(device(), op_handle_); in AbortOperation() 705 device_.abort = abort; in Sha256OnlyWrapper() 885 static keymaster_error_t abort(const struct keymaster1_device* dev, in abort() function in keymaster::test::Sha256OnlyWrapper 887 return unwrap(dev)->abort(unwrap(dev), operation_handle); in abort()
|
/system/extras/verity/fec/ |
D | main.cpp | 353 abort(); in main() 400 abort(); in main()
|
/system/connectivity/shill/init/ |
D | network-services.conf.in | 26 # shill will abort if that API is not available. In most cases,
|
/system/security/keystore/ |
D | permissions.cpp | 71 abort(); in get_perm_label()
|
/system/extras/tests/suspend_stress/ |
D | suspend_stress.cpp | 81 abort(); in main()
|
/system/core/debuggerd/ |
D | crasher.c | 31 abort(); in maybe_abort()
|
/system/media/audio_utils/ |
D | primitives.c | 405 abort(); /* illegal value */ in memcpy_by_channel_mask() 460 abort(); /* illegal value */ in memcpy_by_index_array()
|
/system/extras/iotop/ |
D | iotop.cpp | 158 abort(); in main()
|