Home
last modified time | relevance | path

Searched refs:depfile_path (Results 1 – 1 of 1) sorted by relevance

/scripts/kconfig/
Dconfdata.c125 static char depfile_path[PATH_MAX]; variable
136 if (depfile_prefix_len + strlen(name) + 3 > sizeof(depfile_path)) in conf_touch_dep()
139 d = depfile_path + depfile_prefix_len; in conf_touch_dep()
147 fd = open(depfile_path, O_WRONLY | O_CREAT | O_TRUNC, 0644); in conf_touch_dep()
152 ret = make_parent_dir(depfile_path); in conf_touch_dep()
157 fd = open(depfile_path, O_WRONLY | O_CREAT | O_TRUNC, 0644); in conf_touch_dep()
997 if (depfile_prefix_len + 1 > sizeof(depfile_path)) in conf_touch_deps()
1000 strncpy(depfile_path, name, depfile_prefix_len); in conf_touch_deps()
1001 depfile_path[depfile_prefix_len] = 0; in conf_touch_deps()