Searched refs:config_name (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/build/scripts/ |
H A D | hapbuilder.py | 107 config_name = 'config.json' 109 config_name = 'module.json' 110 hap_profile = os.path.join(package_dir, config_name) 112 raise Exception('Error: {} of hap file not exists'.format(config_name))
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | hdf_add_handler.py | 124 config_name = "create_model.config" 126 os.path.join('resources', config_name)) 131 config_name=config_name) 423 config_name=temp_file_name)
|
H A D | hdf_module_kconfig_file.py | 73 config_name = valid_parts[-1].lower() 91 self._add_model(config_name, config_item, depends_on_item, enabled)
|
H A D | hdf_liteos_scann.py | 293 config_name = ['BUILD.gn', 'Kconfig', 'Makefile'] 297 if file_name in config_name:
|
/ohos5.0/foundation/multimedia/drm_framework/services/etc/ |
H A D | drm_api_operation.cfg | 17 "config_name": "test_processor",
|
/ohos5.0/foundation/multimedia/drm_framework/services/utils/include/ |
H A D | drm_api_operation.h | 24 std::string config_name; member
|
/ohos5.0/foundation/multimedia/drm_framework/services/utils/ |
H A D | drm_api_operation.cpp | 106 {"config_name", [&](const std::string &value) { reportConfig.config_name = value; }}, in ParseReportConfig() 225 config.name = reportConfig.config_name; in AddProcessor()
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/ |
H A D | hdf_utils.py | 430 def write_config(root_path, config_file_json, config_name): argument 434 write_file(os.path.join('resources', config_name), 439 write_file(os.path.join('resources', config_name),
|
/ohos5.0/build/config/sanitizers/ |
H A D | sanitizers.gni | 386 foreach(config_name, bypass_config_debug_list) { 387 if (part_name == config_name) {
|