Home
last modified time | relevance | path

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

/system/core/init/
Dimport_parser.cpp35 bool ret = expand_props(args[1], &conf_file); in ParseSection()
Dutil.h69 bool expand_props(const std::string& src, std::string* dst);
Daction.cpp44 if (!expand_props(args_[i], &expanded_args[i])) { in InvokeFunc()
Dutil.cpp501 bool expand_props(const std::string& src, std::string* dst) { in expand_props() function
Dservice.cpp468 if (!expand_props(args_[i], &expanded_args[i])) { in Start()