Searched refs:str_rec (Results 1 - 2 of 2) sorted by relevance

/system/extras/tests/kernel.config/
H A Daslr_test.cpp32 std::string str_rec;
33 bi_file >> str_rec; local
35 return stoi(str_rec);
58 std::string str_rec;
59 bi_file >> str_rec; local
61 if (str_val.compare(str_rec) != 0)
/system/core/init/
H A Dinit.cpp352 std::string str_rec; local
353 inf >> str_rec; local
354 if (str_val.compare(str_rec) == 0) {

Completed in 126 milliseconds