Searched refs:string (Results 1 – 4 of 4) sorted by relevance
/bootable/recovery/tests/ |
D | asn1_decoder_test.cpp | 212 uint8_t* string; in TEST_F() local 214 ASSERT_FALSE(asn1_octet_string_get(ctx, &string, &length)); in TEST_F() 221 uint8_t* string; in TEST_F() local 223 ASSERT_FALSE(asn1_octet_string_get(ctx, &string, &length)); in TEST_F() 230 uint8_t* string; in TEST_F() local 232 ASSERT_TRUE(asn1_octet_string_get(ctx, &string, &length)); in TEST_F() 234 EXPECT_EQ(0xAAU, *string); in TEST_F()
|
/bootable/recovery/edify/ |
D | README | 7 - All expressions are string-valued. 20 string literals.) 22 - When used as a boolean, the empty string is "false" and all other 45 appear in the string. The following expressions all evaluate to the 46 same string. 57 too. They must be string *literals*, however. This is not legal:
|
/bootable/recovery/uncrypt/ |
D | uncrypt.cpp | 63 static const std::string cache_block_map = "/cache/recovery/block.map"; 64 static const std::string status_file = "/cache/recovery/uncrypt_status"; 65 static const std::string uncrypt_file = "/cache/recovery/uncrypt_file"; 163 static bool find_uncrypt_package(std::string& package_name) in find_uncrypt_package() 443 std::string package; in main()
|
/bootable/recovery/ |
D | recovery.cpp | 278 std::string buffer(klog_buf_len, 0); in save_kernel_log() 329 std::string old_log = android::base::StringPrintf((i == 0) ? "%s" : "%s.%d", in rotate_logs() 331 std::string new_log = android::base::StringPrintf("%s.%d", LAST_LOG_FILE, i+1); in rotate_logs() 335 std::string old_kmsg = android::base::StringPrintf((i == 0) ? "%s" : "%s.%d", in rotate_logs() 337 std::string new_kmsg = android::base::StringPrintf("%s.%d", LAST_KMSG_FILE, i+1); in rotate_logs()
|