Searched refs:inc_path (Results 1 - 4 of 4) sorted by relevance
/third_party/alsa-utils/topology/ |
H A D | topology.c | 263 char *config, *inc_path; in pre_process_run() local 282 inc_path = get_inc_path(source_file); in pre_process_run() 284 inc_path = strdup(include_path); in pre_process_run() 285 err = pre_process(*tplg_pp, config, config_size, pre_processor_defs, inc_path); in pre_process_run() 286 free(inc_path); in pre_process_run() 440 const char *inc_path = NULL; in main() local 486 inc_path = optarg; in main() 537 err = compile(source_file, output_file, cflags, pre_processor_defs, inc_path); in main() 543 err = pre_process_conf(source_file, output_file, pre_processor_defs, inc_path); in main()
|
H A D | topology.h | 31 char *inc_path; member 35 const char *pre_processor_defs, const char *inc_path);
|
H A D | pre-processor.c | 293 free(tplg_pp->inc_path); in free_pre_processor() 523 full_path = tplg_snprintf("%s/%s", tplg_pp->inc_path, filename); in pre_process_include_conf() 927 const char *pre_processor_defs, const char *inc_path) in pre_process() 953 tplg_pp->inc_path = inc_path ? strdup(inc_path) : NULL; in pre_process() 926 pre_process(struct tplg_pre_processor *tplg_pp, char *config, size_t config_size, const char *pre_processor_defs, const char *inc_path) pre_process() argument
|
/third_party/python/Lib/venv/ |
H A D | __init__.py | 144 context.inc_path = incpath
|
Completed in 4 milliseconds