Home
last modified time | relevance | path

Searched defs:long_value (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/system_properties/include/system_properties/
Dprop_info.h74 const char* long_value() const { in long_value() function
/bionic/tests/
Dsystem_properties_test2.cpp59 std::string long_value = "property-"; in TEST() local
/bionic/libc/malloc_debug/
DConfig.cpp150 long long_value = strtol(value.c_str(), &end, 10); in ParseValue() local