Home
last modified time | relevance | path

Searched refs:str_val (Results 1 – 2 of 2) sorted by relevance

/system/core/init/
Dsecurity.cpp49 std::string str_val = std::to_string(current); in SetHighestAvailableOptionValue() local
55 of << str_val << std::endl; in SetHighestAvailableOptionValue()
62 if (str_val.compare(str_rec) == 0) { in SetHighestAvailableOptionValue()
/system/extras/tests/kernel.config/
Daslr_test.cpp50 std::string str_val = std::to_string(new_val); in set_mmap_rnd_bits() local
51 bo_file << str_val << std::flush; in set_mmap_rnd_bits()
61 if (str_val.compare(str_rec) != 0) in set_mmap_rnd_bits()