Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/support/testing/tests/utils/
H A Dtest_check_package.py154 abs_path = infra.filepath("tests/utils/br2-external")
156 abs_file = os.path.join(abs_path, rel_file)
159 self.WITH_UTILS_IN_PATH, abs_path)
167 self.WITH_UTILS_IN_PATH, abs_path)
180 abs_file = os.path.join(abs_path, rel_file)
183 self.WITH_UTILS_IN_PATH, abs_path)
190 abs_path = infra.filepath("tests/utils/br2-external/package/external")
191 abs_file = os.path.join(abs_path, rel_file)
194 self.WITH_UTILS_IN_PATH, abs_path)
/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Dconvert-spdx-licenses.py102 fh, abs_path = tempfile.mkstemp()
119 shutil.copymode(fn, abs_path)
121 shutil.move(abs_path, fn)
H A Dconvert-variable-renames.py65 fh, abs_path = tempfile.mkstemp()
90 shutil.copymode(fn, abs_path)
92 shutil.move(abs_path, fn)
H A Dconvert-srcuri.py30 fh, abs_path = tempfile.mkstemp()
51 shutil.copymode(fn, abs_path)
53 shutil.move(abs_path, fn)
H A Dconvert-overrides.py106 fh, abs_path = tempfile.mkstemp()
130 shutil.copymode(fn, abs_path)
132 shutil.move(abs_path, fn)
/OK3568_Linux_fs/kernel/scripts/clang-tools/
H A Dgen_compile_commands.py182 abs_path = os.path.abspath(os.path.join(root_directory, file_path))
183 if not os.path.exists(abs_path):
184 raise ValueError('File %s not found' % abs_path)
187 'file': abs_path,
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/
H A Dengine.py362 abs_path = re.sub('\/\/+', '/', path)
365 abs_path)
373 subdirs = iter(self.dir(pnum, abs_path).splitlines())
378 self.remove_ext(pnum, "%s/%s" % (abs_path, dir), recursive)
382 abs_path.rstrip('/'))
395 "\nUnable to remove %s" % (str(line), abs_path))
/OK3568_Linux_fs/kernel/tools/perf/ui/browsers/
H A Dhists.c2345 char *pwd, *options[32], *abs_path[32], *tmp; in switch_data_file() local
2359 memset(abs_path, 0, sizeof(abs_path)); in switch_data_file()
2384 abs_path[nr_options] = strdup(path); in switch_data_file()
2385 if (!abs_path[nr_options]) { in switch_data_file()
2408 tmp = strdup(abs_path[choice]); in switch_data_file()
2421 free_popup_options(abs_path, nr_options); in switch_data_file()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lcov/files/
H A D0002-geninfo-Add-intermediate-JSON-format-support.patch30 use Cwd qw/abs_path/;
H A D0001-geninfo-Add-intermediate-text-format-support.patch41 use Cwd qw/abs_path/;
/OK3568_Linux_fs/kernel/scripts/
H A Dcheckpatch.pl19 my $D = dirname(abs_path($P));
155 open(my $script, '<', abs_path($P)) or
915 my $root_path = abs_path($root);
/OK3568_Linux_fs/u-boot/scripts/
H A Dcheckpatch.pl16 my $D = dirname(abs_path($P));
141 open(my $script, '<', abs_path($P)) or