OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmp_property_value
(Results
1 - 1
of
1
) sorted by null
/frameworks/native/cmds/installd/
commands.cpp
65
char
tmp_property_value
[kPropertyValueMax];
local
66
bool have_property = get_property(property_name,
tmp_property_value
, nullptr) > 0;
70
return strcmp(
tmp_property_value
, "true") == 0;
[
all
...]
Completed in 57 milliseconds