Searched refs:inc_path (Results 1 – 2 of 2) sorted by relevance
209 char *inc_path = xstrdup (argv[i]); in msp430_check_path_for_devices() local210 canonicalize_path_dirsep (&inc_path); in msp430_check_path_for_devices()211 if (!IS_DIR_SEPARATOR (inc_path[strlen (inc_path) - 1])) in msp430_check_path_for_devices()212 inc_path = concat (inc_path, dirsep, NULL); in msp430_check_path_for_devices()213 local_devices_csv_loc = concat (inc_path, "devices.csv", NULL); in msp430_check_path_for_devices()