| /OK3568_Linux_fs/kernel/Documentation/ |
| H A D | Makefile | 74 quiet_cmd_sphinx = SPHINX $@ --> file://$(abspath $(BUILDDIR)/$3/$4) 75 …cmd_sphinx = $(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/userspace-api/media $2… 77 BUILDDIR=$(abspath $(BUILDDIR)) SPHINX_CONF=$(abspath $(srctree)/$(src)/$5/$(SPHINX_CONF)) \ 82 -c $(abspath $(srctree)/$(src)) \ 83 -d $(abspath $(BUILDDIR)/.doctrees/$3) \ 86 $(abspath $(srctree)/$(src)/$5) \ 87 $(abspath $(BUILDDIR)/$3/$4) 136 $(Q)$(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/userspace-api/media clean
|
| /OK3568_Linux_fs/kernel/kernel/bpf/preload/iterators/ |
| H A D | Makefile | 8 LIBBPF_SRC := $(abspath ../../../../tools/lib/bpf) 11 INCLUDES := -I$(OUTPUT) -I$(BPF_INCLUDE) -I$(abspath ../../../../tools/lib) \ 12 -I$(abspath ../../../../tools/include/uapi) 15 abs_out := $(abspath $(OUTPUT)) 53 OUTPUT=$(abspath $(dir $@))/ $(abspath $@)
|
| /OK3568_Linux_fs/kernel/tools/bpf/runqslower/ |
| H A D | Makefile | 8 LIBBPF_SRC := $(abspath ../../lib/bpf) 11 INCLUDES := -I$(OUTPUT) -I$(BPF_INCLUDE) -I$(abspath ../../lib) \ 12 -I$(abspath ../../include/uapi) 21 abs_out := $(abspath $(OUTPUT)) 81 OUTPUT=$(abspath $(dir $@))/ $(abspath $@)
|
| /OK3568_Linux_fs/kernel/tools/bpf/resolve_btfids/ |
| H A D | Makefile | 5 srctree := $(abspath $(CURDIR)/../../../) 45 $(Q)$(MAKE) -C $(SUBCMD_SRC) OUTPUT=$(abspath $(dir $@))/ $(abspath $@) 48 $(Q)$(MAKE) $(submake_extras) -C $(LIBBPF_SRC) OUTPUT=$(abspath $(dir $@))/ $(abspath $@)
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/ |
| H A D | scriptpath.py | 14 basepath = os.path.abspath(os.path.dirname(__file__) + '/../..') 19 basepath = os.path.abspath(os.path.dirname(__file__) + '/../..') 27 bitbakepath = os.path.abspath(os.path.join(pth, '..'))
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-build-perf-test | 41 log.debug("Acquiring lock %s", os.path.abspath(lock_f.name)) 128 type=os.path.abspath, 131 metavar='FILENAME', type=os.path.abspath, 134 type=os.path.abspath,
|
| H A D | devtool | 137 workspacedir = os.path.abspath(args.layerpath) 139 workspacedir = os.path.abspath(os.path.join(basepath, 'workspace')) 188 if os.path.abspath(workspacedir) != os.path.abspath(config.workspace_path): 212 basepath = os.path.dirname(os.path.abspath(__file__))
|
| H A D | buildhistory-diff | 86 scripts_path = os.path.abspath(os.path.dirname(os.path.abspath(sys.argv[0])))
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | recipeutils.py | 352 fn = os.path.abspath(fn) 358 f = os.path.abspath(f) 366 if os.path.abspath(event['file']) == fn: 376 … if newvalue == value and os.path.abspath(event['file']) == fn and event['op'].startswith(':'): 412 localpaths.append(os.path.abspath(pth)) 430 bb_dir = os.path.abspath(os.path.dirname(d.getVar('FILE'))) + os.sep 434 …includes = [os.path.abspath(path) for path in d.getVar('BBINCLUDED').split() if os.path.exists(pat… 555 destdir = os.path.abspath(destdir) 620 destlayerdir = os.path.abspath(destlayerdir) 721 layerdirs = [os.path.abspath(layerdir) for layerdir in rd.getVar('BBLAYERS').split()] [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdkext/ |
| H A D | context.py | 11 esdk_files_dir = os.path.join(os.path.dirname(os.path.abspath(__file__)), "files") 29 [os.path.join(os.path.abspath(os.path.dirname(__file__)), 'cases')]
|
| /OK3568_Linux_fs/ |
| H A D | Makefile | 50 COMMON_DIR := $(abspath $(dir $(realpath $(lastword $(MAKEFILE_LIST))))) 51 DEVICE_DIR := $(abspath $(COMMON_DIR)/..) 52 SDK_DIR := $(abspath $(DEVICE_DIR)/../..)
|
| /OK3568_Linux_fs/device/rockchip/common/ |
| H A D | Makefile | 50 COMMON_DIR := $(abspath $(dir $(realpath $(lastword $(MAKEFILE_LIST))))) 51 DEVICE_DIR := $(abspath $(COMMON_DIR)/..) 52 SDK_DIR := $(abspath $(DEVICE_DIR)/../..)
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | size-stats | 56 def add_file(filesdict, relpath, abspath, pkg): argument 57 if not os.path.exists(abspath): 59 if os.path.islink(abspath): 61 sz = os.stat(abspath).st_size
|
| /OK3568_Linux_fs/yocto/poky/scripts/contrib/ |
| H A D | list-packageconfig-flags.py | 17 scripts_path = os.path.abspath(os.path.dirname(os.path.abspath(sys.argv[0]))) 18 lib_path = os.path.abspath(scripts_path + '/../lib')
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/tests/ |
| H A D | common.py | 22 directory = os.path.dirname(os.path.abspath(__file__)) 30 directory = os.path.dirname(os.path.abspath(__file__))
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary/ |
| H A D | e31d5fdf2ea00ac6349e64580a20816783064dd4.patch | 19 from os.path import abspath, dirname, join 25 CURDIR = dirname(abspath(__file__))
|
| /OK3568_Linux_fs/yocto/poky/bitbake/bin/ |
| H A D | bitbake-prserv | 47 prserv.init_logger(os.path.abspath(options.logfile),options.loglevel) 50 …ret=prserv.serv.start_daemon(options.dbfile, options.host, options.port,os.path.abspath(options.lo…
|
| H A D | toaster-eventreplay | 28 from os.path import join, dirname, abspath 29 sys.path.insert(0, join(dirname(dirname(abspath(__file__))), 'lib'))
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | newappend.py | 53 layerdirs = [os.path.abspath(layerdir) for layerdir in rd.getVar('BBLAYERS').split()] 54 if not os.path.abspath(args.destlayer) in layerdirs:
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gobject-introspection/gobject-introspection/ |
| H A D | 0001-g-ir-tool-template.in-fix-girdir-path.patch | 26 -girdir = os.path.abspath(os.path.join(filedir, '..', '@gir_dir_prefix@')) 27 +girdir = os.path.abspath(os.path.join(filedir, '..', '@gir_dir_prefix@', 'gir-1.0'))
|
| /OK3568_Linux_fs/buildroot/support/testing/ |
| H A D | run-tests | 61 BRConfigTest.downloaddir = os.path.abspath(args.download) 72 BRConfigTest.outputdir = os.path.abspath(args.output)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/prserv/ |
| H A D | serv.py | 223 dbfile = os.path.abspath(dbfile) 229 run_as_daemon(daemon_main, pidfile, os.path.abspath(logfile)) 323 … singleton = PRServSingleton(os.path.abspath(dbfile), os.path.abspath(logfile), host, port)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | gitarchive.py | 32 path = os.path.abspath(path) 65 'GIT_WORK_TREE': os.path.abspath(data_dir)} 87 '-F', os.path.abspath(filename), commit])
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | Makefile | 7 CURDIR := $(abspath .) 8 TOOLSDIR := $(abspath ../../..) 14 GENDIR := $(abspath ../../../../include/generated) 148 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) 238 -I$(abspath $(OUTPUT)/../usr/include)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/ |
| H A D | context.py | 22 files_dir = os.path.abspath(os.path.join(os.path.dirname( 23 os.path.abspath(__file__)), "../files")) 109 default_cases = [os.path.join(os.path.abspath(os.path.dirname(__file__)),
|