Home
last modified time | relevance | path

Searched refs:PATH (Results 76 – 100 of 620) sorted by relevance

12345678910>>...25

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/quilt/quilt/
H A DMakefile1 PATH := $(CURDIR)/bin:$(CURDIR)/compat:$(PATH) macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iqConverTer/script/m4/
H A Dconvert_m4.sh4 PATH=$PATH:$DIR
/OK3568_Linux_fs/yocto/poky/bitbake/contrib/
H A Dbbdev.sh22 PATH=$BBDIR/bin:$PATH
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A Ddepmod.sh19 PATH="$PATH:/sbin"
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A Ddepmod.sh19 PATH="$PATH:/sbin"
/OK3568_Linux_fs/kernel/scripts/
H A Ddepmod.sh20 PATH="$PATH:/sbin"
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A Ddepmod.sh20 PATH="$PATH:/sbin"
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A Ddepmod.sh20 PATH="$PATH:/sbin"
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/tcf-agent/tcf-agent/
H A Dtcf-agent.init16 PATH=/sbin:/usr/sbin:/bin:/usr/bin
17 export PATH
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/build/linux/
H A Dmake-Makefiles-clang.bash4 export PATH=/home/camera/camera/rk3566_sdk/prebuilts/clang/host/linux-x86/clang-r383902b1/bin:$PATH
H A Dmake-Makefiles-aarch64-clang.bash4 export PATH=/home/camera/camera/rk3566_sdk/prebuilts/clang/host/linux-x86/clang-r383902b1/bin:$PATH
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.mpc83xxads6 $ PATH=$PATH:/usr/powerpc/bin
8 $ export PATH CROSS_COMPILE
/OK3568_Linux_fs/buildroot/system/skeleton/etc/
H A Dprofile1 export PATH=@PATH@
/OK3568_Linux_fs/kernel/include/sound/sof/
H A Dext_manifest.h28 #define SOF_EXT_MAN_BUILD_VERSION(MAJOR, MINOR, PATH) ((uint32_t)( \ argument
31 (PATH)))
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/mosquitto/files/
H A Dmosquitto.init36 export PATH="${PATH:+$PATH:}@SBINDIR@:@BASE_SBINDIR@"
/OK3568_Linux_fs/external/camera_engine_rkaiq/media_enquiry/cmake/
H A DFindlibrga.cmake8 PATH
27 get_filename_component(LIBRGA_LIBRARY_DIR "${LIBRGA_LIBRARY}" PATH)
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/cmake/
H A DFindlibrga.cmake8 PATH
27 get_filename_component(LIBRGA_LIBRARY_DIR "${LIBRGA_LIBRARY}" PATH)
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/cmake/
H A DFindlibrga.cmake8 PATH
27 get_filename_component(LIBRGA_LIBRARY_DIR "${LIBRGA_LIBRARY}" PATH)
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dicecc.bbclass5 # the directories are added at the head of the PATH list and ICECC_CXX
126 return d.getVar('ICECC_PATH') or bb.utils.which(os.getenv("PATH"), "icecc")
256 # have ccache enabled by default using symlinks PATH, meaning ccache
258 paths = os.getenv("PATH").split(':')
288 # PATH or icecc-create-env script will silently create an invalid
294 … bb.error("%s is a symlink to %s in PATH and this prevents icecc from working" % (t, link_path))
353 ICECC_WHICH_AS="${@bb.utils.which(os.getenv('PATH'), 'as')}"
391 …t "as" for native, if it returns "as" in current directory (for whatever reason) use "as" from PATH
417 export CCACHE_PATH="$PATH"
420 export PATH="$ICE_PATH:$PATH"
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/libtool/libtool/
H A D0002-libtool.m4-Rename-the-with-sysroot-option-to-avoid-c.patch67 if test PATH = "$shlibpath_var"; then
97 if test PATH = "$shlibpath_var"; then
124 if test PATH = "$shlibpath_var"; then
151 if test PATH = "$shlibpath_var"; then
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/files/
H A Dpsqlodbc-donot-use-the-hardcode-libdir.patch17 PATH="$PATH:$with_libpq/bin"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/
H A D0004-Modify-systemd-config-directory.patch20 - set(SYSTEMD_UNITDIR "${CMAKE_INSTALL_PREFIX}/lib/systemd/system" CACHE PATH
21 + set(SYSTEMD_UNITDIR "/lib/systemd/system" CACHE PATH
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/attr/acl/
H A D0001-tests-do-not-hardcode-the-build-path-into-a-helper-l.patch24 AM_TESTS_ENVIRONMENT = PATH="$(abs_top_builddir):$$PATH";
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/openssh/openssh/
H A Dinit42 export PATH="${PATH:+$PATH:}/usr/sbin:/sbin"
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Duprobetracer.rst29 p[:[GRP/]EVENT] PATH:OFFSET [FETCHARGS] : Set a uprobe
30 r[:[GRP/]EVENT] PATH:OFFSET [FETCHARGS] : Set a return uprobe (uretprobe)
31 p[:[GRP/]EVENT] PATH:OFFSET%return [FETCHARGS] : Set a return uprobe (uretprobe)
36 on PATH+OFFSET.
37 PATH : Path to an executable or a library.
44 @+OFFSET : Fetch memory at OFFSET (OFFSET from same file as PATH)

12345678910>>...25