Searched refs:write_result (Results 1 - 11 of 11) sorted by relevance

/external/ltp/testcases/kernel/controllers/cpuset/cpuset_inherit_test/
H A Dcpuset_inherit_testset.sh60 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/compiler-rt/test/dfsan/
H A Dwrite_callback.c93 int write_result = write(fd, aString, len); local
94 assert(write_result == -1);
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_base_ops_test/
H A Dcpuset_base_ops_testset.sh49 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/libmojo/mojo/edk/system/
H A Dbroker_posix.cc99 ssize_t write_result = PlatformChannelWrite( local
101 if (write_result < 0) {
104 } else if (static_cast<size_t>(write_result) !=
/external/wpa_supplicant_8/hs20/client/
H A Dest.c51 write_result(ctx, "Could not parse PKCS#7 object from EST");
59 write_result(ctx, "Could not parse PKCS#7 object from EST");
78 write_result(ctx, "No certificates found in PKCS#7 object");
146 write_result(ctx, "Failed to download EST cacerts from %s",
156 write_result(ctx, "Could not read EST cacerts");
179 write_result(ctx, "Could not fetch EST PKCS#7 cacerts");
188 write_result(ctx, "Could not parse CA certs from EST PKCS#7 cacerts response");
720 write_result(ctx, "EST certificate enrollment failed");
743 write_result(ctx, "Failed to parse EST simpleenroll base64 response");
753 write_result(ct
[all...]
H A Dosu_client.h57 void write_result(struct hs20_osu_client *ctx, const char *fmt, ...)
H A Dosu_client.c31 void write_result(struct hs20_osu_client *ctx, const char *fmt, ...) function
203 write_result(ctx, "Invalid client certificate SHA256 hash value in PPS");
212 write_result(ctx, "Could not find client certificate from EST");
224 write_result(ctx, "Client certificate from EST does not match fingerprint from PPS MO");
303 write_result(ctx, "Invalid SHA256 hash value for downloaded certificate");
332 write_result(ctx, "Downloaded certificate fingerprint did not match");
530 write_result(ctx, "Unsupported location for addMO to add PPS MO: '%s'",
543 write_result(ctx, "Unsupported location for addMO to "
556 write_result(ctx, "FQDN '%s' for new PPS MO did not have suffix match with server's dNSName values",
564 write_result(ct
[all...]
H A Dspp_client.c766 write_result(ctx, "HTTP error: %s", err);
H A Doma_dm_client.c963 write_result(ctx, "HTTP error: %s", err);
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc458 int write_result; local
460 write_result = write(file_descriptor, data, size);
461 } while (write_result < 0 && errno == EINTR);
463 if (write_result <= 0) {
474 if (write_result < 0) {
483 data += write_result;
484 size -= write_result;
/external/mesa3d/src/amd/common/
H A Dac_nir_to_llvm.c3240 goto write_result;
3264 goto write_result;
3393 goto write_result;
3507 write_result:

Completed in 658 milliseconds