Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/
Dgen_compile_commands.py93 cur_dir = root_directory
94 expected_path = os.path.join(cur_dir, relative_path)
98 cur_dir = file_directory
99 expected_path = os.path.join(cur_dir, relative_path)
104 'directory': cur_dir,
/Linux-v5.4/scripts/dtc/
Dsrcpos.c129 const char *cur_dir = NULL; in fopen_any_on_path() local
136 cur_dir = current_srcfile->dir; in fopen_any_on_path()
137 fullname = try_open(cur_dir, fname, fp); in fopen_any_on_path()