Home
last modified time | relevance | path

Searched refs:Find (Results 1 – 25 of 236) sorted by relevance

12345678910

/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A Dnamespace.pl67 use File::Find;
164 $_ = $File::Find::name;
235 $source = File::Spec->catfile($objtree, $File::Find::dir, $source)
237 $source = File::Spec->catfile($srctree, $File::Find::dir, $source)
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A Dnamespace.pl67 use File::Find;
164 $_ = $File::Find::name;
235 $source = File::Spec->catfile($objtree, $File::Find::dir, $source)
237 $source = File::Spec->catfile($srctree, $File::Find::dir, $source)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/dpkg/dpkg/
H A D0001-Dpkg-Source-Archive-Prevent-directory-traversal-for-.patch60 +use File::Find;
128 + my $relpath = File::Spec->abs2rel($File::Find::name, $tmp);
132 + lstat $File::Find::name
133 + or syserr(g_('cannot get source pathname %s metadata'), $File::Find::name);
151 + or syserr(g_('cannot change directory %s mode'), $File::Find::name);
153 + or syserr(g_('cannot change directory %s times'), $File::Find::name);
168 + $File::Find::prune = 1;
170 + rename $File::Find::name, $destpath
171 + or syserr(g_('cannot move %s to %s'), $File::Find::name, $destpath);
/OK3568_Linux_fs/kernel/Documentation/admin-guide/nfs/
H A Dnfs-idmapper.rst41 uid: Find the UID for the given user
42 gid: Find the GID for the given group
43 user: Find the user name for the given UID
44 group: Find the group name for the given GID
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch164 # Find all the .stdout.exp files. If none, use /dev/null.
173 # Find all the .stderr.exp files. At least one must exist.
182 # Find all the .stdoutB.exp files. If none, use /dev/null.
191 # Find all the .stderrB.exp files. At least one must exist.
200 # Find all the .post.exp files. If none, use /dev/null.
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/images/build-appliance-image/
H A DREADME_VirtualBox_Toaster.txt18 Find out your VM network IP address:
37 Find out your VM network IP address:
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/
H A Dnamespace.pl67 use File::Find;
161 $_ = $File::Find::name;
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/
H A Dpass-ptest-env.patch36 /* Find all extensions which have been compiled along the test */
64 /* Find all extensions which have been compiled along the test */
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/
H A Dnamespace.pl67 use File::Find;
161 $_ = $File::Find::name;
/OK3568_Linux_fs/buildroot/package/perl-devel-cycle/
H A DConfig.in4 Find memory cycles in objects.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/portaudio/portaudio-v19/
H A D0001-Find-jack.patch4 Subject: [PATCH] Find jack with pkgconfig
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/portaudio/
H A Dportaudio-v19_19.7.0.bb10 file://0001-Find-jack.patch \
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/findutils/
H A Dfindutils.inc2 DESCRIPTION = "The GNU Find Utilities are the basic directory searching utilities of the GNU operat…
/OK3568_Linux_fs/buildroot/package/apr-util/
H A D0001-remove-checkapr.patch15 dnl Find the APR includes directory and (possibly) the source (base) dir.
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/dbus/dbus/
H A Dtmpdir.patch28 -#### Find socket directories
/OK3568_Linux_fs/kernel/scripts/coccinelle/tests/
H A Ddoublebitand.cocci2 /// Find bit operations that include the same argument more than once
H A Ddoubletest.cocci2 /// Find &&/|| operations that include the same argument more than once
/OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-xfce/xfce4-session/xfce4-session/
H A D0001-configure.in-hard-code-path-to-iceauth.patch36 dnl Find a location for the session desktop file
/OK3568_Linux_fs/kernel/scripts/
H A Dget_abi.pl9 use File::Find;
68 my $file = $File::Find::name;
/OK3568_Linux_fs/kernel/Documentation/networking/devlink/
H A Ddevlink-flash.rst91 # Find out which FW flash we want to use for this NIC
99 # Find out the expected overall firmware versions
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dhead.S51 lda $8,0x3fff # Find "current".
/OK3568_Linux_fs/kernel/scripts/coccinelle/free/
H A Dput_device.cocci2 /// Find missing put_device for every of_find_device_by_node.
H A Dpci_free_consistent.cocci2 /// Find missing pci_free_consistent for every pci_alloc_consistent.
H A Diounmap.cocci2 /// Find missing iounmaps.
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/serf/serf/
H A Dnorpath.patch38 # Find the (dynamic) library in this directory

12345678910