Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/dpkg/dpkg/
H A D0001-Dpkg-Source-Archive-Prevent-directory-traversal-for-.patch213 +use File::Path qw(make_path rmtree);
246 + make_path("$treedir/subdir-a");
249 + make_path("$treedir/subdir-b");
259 + make_path($overdir);
260 + make_path("$overdir/subdir-a/aa");
263 + make_path("$overdir/subdir-b/bb");
266 + make_path("$overdir/symlink-escape");
269 + make_path("$overdir/symlink-within");
270 + make_path("$overdir/supposed-dir");
282 + make_path($expdir);
[all …]
/OK3568_Linux_fs/kernel/tools/virtio/virtio-trace/
H A Dtrace-agent.c109 static const char *make_path(int cpu_num, bool this_is_write_path) in make_path() function
142 return make_path(cpu_num, false); in make_input_path()
147 return make_path(cpu_num, true); in make_output_path()
/OK3568_Linux_fs/buildroot/utils/
H A Dscancpan729 make_path $dirname;
827 make_path $testdir unless -d $testdir;