depfile_path 125 scripts/kconfig/confdata.c static char depfile_path[PATH_MAX]; depfile_path 136 scripts/kconfig/confdata.c if (depfile_prefix_len + strlen(name) + 3 > sizeof(depfile_path)) depfile_path 139 scripts/kconfig/confdata.c d = depfile_path + depfile_prefix_len; depfile_path 147 scripts/kconfig/confdata.c fd = open(depfile_path, O_WRONLY | O_CREAT | O_TRUNC, 0644); depfile_path 152 scripts/kconfig/confdata.c ret = make_parent_dir(depfile_path); depfile_path 157 scripts/kconfig/confdata.c fd = open(depfile_path, O_WRONLY | O_CREAT | O_TRUNC, 0644); depfile_path 994 scripts/kconfig/confdata.c strcpy(depfile_path, "include/config/"); depfile_path 995 scripts/kconfig/confdata.c depfile_prefix_len = strlen(depfile_path);