Searched refs:ret_val (Results 1 – 2 of 2) sorted by relevance
57 ret_val = updater.editFile(dst_file, new_data)58 if ret_val == 0:60 elif ret_val == 1:
94 void* ret_val; in RunTest() local95 ASSERT_EQ(0, pthread_join(thread, &ret_val)); in RunTest()96 ASSERT_EQ(nullptr, ret_val); in RunTest()