Searched refs:inc_path (Results 1 – 4 of 4) sorted by relevance
/third_party/alsa-utils/topology/ |
D | pre-processor.c | 314 const char *pre_processor_defs, const char *inc_path); 318 snd_config_t *variable, const char *inc_path) in pre_process_include_conf() argument 398 full_path = tplg_snprintf("%s/%s", inc_path, filename); in pre_process_include_conf() 426 return pre_process_includes(tplg_pp, *new, pre_processor_defs, inc_path); in pre_process_include_conf() 435 const char *pre_processor_defs, const char *inc_path) in pre_process_includes() argument 468 ret = pre_process_include_conf(tplg_pp, n, pre_processor_defs, &new, define, inc_path); in pre_process_includes() 489 const char *pre_processor_defs, const char *inc_path) in pre_process_includes_all() argument 498 ret = pre_process_includes(tplg_pp, top, pre_processor_defs, inc_path); in pre_process_includes_all() 510 ret = pre_process_includes_all(tplg_pp, n, pre_processor_defs, inc_path); in pre_process_includes_all() 520 const char *pre_processor_defs, const char *inc_path) in pre_process() argument [all …]
|
D | topology.c | 254 char *config, *inc_path; in pre_process_conf() local 270 inc_path = get_inc_path(source_file); in pre_process_conf() 271 err = pre_process(tplg_pp, config, config_size, pre_processor_defs, inc_path); in pre_process_conf() 272 free(inc_path); in pre_process_conf() 285 char *config, *inc_path; in compile() local 303 inc_path = get_inc_path(source_file); in compile() 304 err = pre_process(tplg_pp, config, config_size, pre_processor_defs, inc_path); in compile() 305 free(inc_path); in compile()
|
D | topology.h | 31 const char *pre_processor_defs, const char *inc_path);
|
/third_party/python/Lib/venv/ |
D | __init__.py | 132 context.inc_path = path = os.path.join(env_dir, incpath)
|