OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_properties
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/malloc_debug/tests/
property_fake.cpp
24
std::unordered_map<std::string, std::string>
g_properties
;
variable
27
if (
g_properties
.count(name) != 0) {
28
g_properties
.erase(name);
30
g_properties
[name] = value;
35
if (
g_properties
.count(key) == 0) {
41
strncpy(value,
g_properties
[key].c_str(), PROP_VALUE_MAX-1);
48
if (
g_properties
.count(key) == 0) {
51
strncpy(value,
g_properties
[key].c_str(), PROP_VALUE_MAX-1);
/system/core/debuggerd/test/
property_fake.cpp
24
std::unordered_map<std::string, std::string>
g_properties
;
variable
27
if (
g_properties
.count(name) != 0) {
28
g_properties
.erase(name);
30
g_properties
[name] = value;
35
if (
g_properties
.count(key) == 0) {
41
strncpy(value,
g_properties
[key].c_str(), PROP_VALUE_MAX-1);
Completed in 492 milliseconds