Searched refs:config_path (Results 1 - 7 of 7) sorted by relevance

/system/webservd/webservd/etc/init/
H A Dwebservd.conf33 --config_path="${WEBSERVD_CONFIG_PATH}" \
/system/webservd/webservd/
H A Dconfig_unittest.cc143 base::FilePath config_path{temp.path().Append("test.config")};
146 ASSERT_EQ(data_len, base::WriteFile(config_path, kTestConfig, data_len));
149 LoadConfigFromFile(config_path, &config);
H A Dmain.cc87 DEFINE_string(config_path, "",
/system/core/crash_reporter/
H A Dcrash_collector.cc338 bool CrashCollector::GetLogContents(const FilePath &config_path, argument
342 if (!store.Load(config_path)) {
344 << config_path.value();
H A Dcrash_collector.h126 // log configuration file at |config_path|.
127 bool GetLogContents(const base::FilePath &config_path,
/system/weaved/buffet/
H A Dmain.cc85 DEFINE_string(config_path, kDefaultConfigFilePath,
/system/extras/perfprofd/tests/
H A Dperfprofd_test.cc206 void writeConfigFile(const std::string &config_path, argument
209 FILE *fp = fopen(config_path.c_str(), "w");

Completed in 667 milliseconds