OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsLegalPropertyName
(Results
1 - 5
of
5
) sorted by null
/system/core/init/
util.h
65
bool
IsLegalPropertyName
(const std::string& name);
util.cpp
418
bool
IsLegalPropertyName
(const std::string& name) {
property_service.cpp
133
if (!
IsLegalPropertyName
(name)) {
428
if (!
IsLegalPropertyName
(name)) {
builtins.cpp
[
all
...]
service.cpp
[
all
...]
Completed in 144 milliseconds