OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expand_props
(Results
1 - 6
of
6
) sorted by null
/system/core/init/
import_parser.cpp
33
bool ret =
expand_props
(args[1], &conf_file);
util.h
56
bool
expand_props
(const std::string& src, std::string* dst);
action.cpp
44
if (!
expand_props
(args[i], &builtin_arguments.args[i])) {
subcontext.cpp
153
if (!
expand_props
(arg, &expanded_prop)) {
util.cpp
296
bool
expand_props
(const std::string& src, std::string* dst) {
function in namespace:android::init
service.cpp
193
if (!
expand_props
(args[i], &expanded_args[i])) {
[
all
...]
Completed in 186 milliseconds