Searched refs:write_result (Results 1 – 11 of 11) sorted by relevance
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_base_ops_test/ |
D | cpuset_base_ops_testset.sh | 49 local write_result= 60 write_result="$(cat "$write_file")" 64 test -z "$write_result" -a $ret = 0 71 test "$expect_string" = "$write_result" -a $ret = 0 79 tst_resm TFAIL "$cfile_name: Test result - $write_result Expected string - \"$expect_string\""
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_inherit_test/ |
D | cpuset_inherit_testset.sh | 60 write_result="$(cat "$(dirname $write_file)/2/$(basename $write_file)")" 64 test -z "$write_result" -a $return_result = 0 71 test "$expect_string" = "$write_result" -a $return_result = 0 79 tst_resm TFAIL "$cfile_name: Test result - $write_result Expected string - \"$expect_string\""
|
/external/libmojo/mojo/edk/system/ |
D | broker_posix.cc | 99 ssize_t write_result = PlatformChannelWrite( in GetSharedBuffer() local 101 if (write_result < 0) { in GetSharedBuffer() 104 } else if (static_cast<size_t>(write_result) != in GetSharedBuffer()
|
/external/wpa_supplicant_8/hs20/client/ |
D | est.c | 51 write_result(ctx, "Could not parse PKCS#7 object from EST"); in pkcs7_to_cert() 59 write_result(ctx, "Could not parse PKCS#7 object from EST"); in pkcs7_to_cert() 78 write_result(ctx, "No certificates found in PKCS#7 object"); in pkcs7_to_cert() 146 write_result(ctx, "Failed to download EST cacerts from %s", in est_load_cacerts() 156 write_result(ctx, "Could not read EST cacerts"); in est_load_cacerts() 179 write_result(ctx, "Could not fetch EST PKCS#7 cacerts"); in est_load_cacerts() 188 write_result(ctx, "Could not parse CA certs from EST PKCS#7 cacerts response"); in est_load_cacerts() 720 write_result(ctx, "EST certificate enrollment failed"); in est_simple_enroll() 743 write_result(ctx, "Failed to parse EST simpleenroll base64 response"); in est_simple_enroll() 753 write_result(ctx, "EST: Failed to extract certificate from EST PKCS7 file"); in est_simple_enroll()
|
D | osu_client.c | 31 void write_result(struct hs20_osu_client *ctx, const char *fmt, ...) in write_result() function 203 write_result(ctx, "Invalid client certificate SHA256 hash value in PPS"); in process_est_cert() 212 write_result(ctx, "Could not find client certificate from EST"); in process_est_cert() 224 write_result(ctx, "Client certificate from EST does not match fingerprint from PPS MO"); in process_est_cert() 303 write_result(ctx, "Invalid SHA256 hash value for downloaded certificate"); in download_cert() 332 write_result(ctx, "Downloaded certificate fingerprint did not match"); in download_cert() 530 write_result(ctx, "Unsupported location for addMO to add PPS MO: '%s'", in hs20_add_pps_mo() 543 write_result(ctx, "Unsupported location for addMO to " in hs20_add_pps_mo() 556 …write_result(ctx, "FQDN '%s' for new PPS MO did not have suffix match with server's dNSName values… in hs20_add_pps_mo() 564 write_result(ctx, "Invalid FQDN '%s'", fqdn); in hs20_add_pps_mo() [all …]
|
D | osu_client.h | 57 void write_result(struct hs20_osu_client *ctx, const char *fmt, ...)
|
D | spp_client.c | 766 write_result(ctx, "HTTP error: %s", err); in spp_post_dev_data()
|
D | oma_dm_client.c | 963 write_result(ctx, "HTTP error: %s", err); in oma_dm_send_recv()
|
/external/compiler-rt/test/dfsan/ |
D | write_callback.c | 93 int write_result = write(fd, aString, len); in test_failing_write_runs_callback() local 94 assert(write_result == -1); in test_failing_write_runs_callback()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface.cc | 458 int write_result; in WriteAllToDisk() local 460 write_result = write(file_descriptor, data, size); in WriteAllToDisk() 461 } while (write_result < 0 && errno == EINTR); in WriteAllToDisk() 463 if (write_result <= 0) { in WriteAllToDisk() 474 if (write_result < 0) { in WriteAllToDisk() 483 data += write_result; in WriteAllToDisk() 484 size -= write_result; in WriteAllToDisk()
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 3240 goto write_result; in visit_tex() 3264 goto write_result; in visit_tex() 3393 goto write_result; in visit_tex() 3507 write_result: in visit_tex()
|