Searched refs:CONFIG_FILE (Results 1 - 2 of 2) sorted by relevance

/system/bt/osi/test/
H A Dconfig_test.cc7 static const char CONFIG_FILE[] = "/data/local/tmp/config_test.conf"; variable
56 FILE* fp = fopen(CONFIG_FILE, "wt");
73 std::unique_ptr<config_t> config = config_new(CONFIG_FILE);
78 std::unique_ptr<config_t> config = config_new(CONFIG_FILE);
93 std::unique_ptr<config_t> config = config_new(CONFIG_FILE);
98 std::unique_ptr<config_t> config = config_new(CONFIG_FILE);
107 std::unique_ptr<config_t> config = config_new(CONFIG_FILE);
115 std::unique_ptr<config_t> config = config_new(CONFIG_FILE);
123 std::unique_ptr<config_t> config = config_new(CONFIG_FILE);
128 std::unique_ptr<config_t> config = config_new(CONFIG_FILE);
[all...]
/system/iot/attestation/at-factory-tool/
H A Datft.py276 CONFIG_FILE = 'config.json' variable in class:Atft
378 config_file_path = os.path.join(self._GetCurrentPath(), self.CONFIG_FILE)
411 config_file_path = os.path.join(self._GetCurrentPath(), self.CONFIG_FILE)

Completed in 1352 milliseconds