Home
last modified time | relevance | path

Searched refs:expand_props (Results 1 – 5 of 5) sorted by relevance

/system/core/init/
Dimport_parser.cpp34 bool ret = expand_props(args[1], &conf_file); in ParseSection()
Dutil.h54 bool expand_props(const std::string& src, std::string* dst);
Dutil.cpp295 bool expand_props(const std::string& src, std::string* dst) { in expand_props() function
Daction.cpp39 if (!expand_props(args_[i], &expanded_args[i])) { in InvokeFunc()
Dservice.cpp144 if (!expand_props(args[i], &expanded_args[i])) { in ExpandArgsAndExecve()