Home
last modified time | relevance | path

Searched refs:retcode (Results 1 – 3 of 3) sorted by relevance

/system/media/camera/docs/
Dmetadata-check-dependencies20 retcode=0
73 retcode=1
103 retcode=1
114 exit $retcode
/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp98 bool PartitionHash(FastBootDriver* fb, const std::string& part, std::string* hash, int* retcode, in PartitionHash() argument
130 *retcode = WaitProgram(pid, pipe, hash); in PartitionHash()
131 if (*retcode) { in PartitionHash()
1028 int retcode; in TEST_P() local
1031 ASSERT_TRUE(PartitionHash(fb.get(), part_name, &hash, &retcode, &err_msg)) in TEST_P()
1033 EXPECT_EQ(retcode, 0) << err_msg; in TEST_P()
1069 int retcode; in TEST_P() local
1076 ASSERT_TRUE(PartitionHash(fb.get(), part_name, &hash_before, &retcode, &err_msg)) in TEST_P()
1078 ASSERT_EQ(retcode, 0) << err_msg; in TEST_P()
1080 ASSERT_TRUE(PartitionHash(fb.get(), part_name, &hash_after, &retcode, &err_msg)) in TEST_P()
[all …]
/system/update_engine/
Dlibcurl_http_fetcher.cc397 CURLMcode retcode = CURLM_CALL_MULTI_PERFORM; in CurlPerformOnce() local
401 while (CURLM_CALL_MULTI_PERFORM == retcode) { in CurlPerformOnce()
402 retcode = curl_multi_perform(curl_multi_handle_, &running_handles); in CurlPerformOnce()