Searched refs:read_file (Results 1 - 7 of 7) sorted by relevance

/system/core/init/
H A Dutil_test.cpp25 EXPECT_FALSE(read_file("/proc/does-not-exist", &s));
32 EXPECT_TRUE(read_file("/proc/version", &s));
H A Dutil.h34 bool read_file(const char* path, std::string* content);
H A Dinit_parser.cpp99 if (!read_file(path.c_str(), &data)) {
H A Dueventd_parser.cpp230 if (!read_file(fn, &data)) {
H A Dproperty_service.cpp393 if (read_file(filename, &data)) {
H A Dutil.cpp176 bool read_file(const char* path, std::string* content) { function
/system/keymaster/
H A Dandroid_keymaster_test.cpp1755 static string read_file(const string& file_name) { function in namespace:keymaster::test
1766 string pk8_key = read_file("rsa_privkey_pk8.der");
1803 string pk8_key = read_file("rsa_privkey_pk8.der");
1816 string pk8_key = read_file("rsa_privkey_pk8.der");
1829 string pk8_key = read_file("ec_privkey_pk8.der");
1861 string pk8_key = read_file("ec_privkey_pk8.der");
1893 string pk8_key = read_file("ec_privkey_pk8.der");
3331 string km1_sw = read_file("km1_sw_rsa_512.blob");
3348 string km1_sw = read_file("km1_sw_rsa_512_unversioned.blob");
3365 string km1_sw = read_file("km1_sw_ecdsa_25
[all...]

Completed in 73 milliseconds