Home
last modified time | relevance | path

Searched refs:abspath (Results 1 – 25 of 130) sorted by relevance

123456

/OK3568_Linux_fs/kernel/Documentation/
H A DMakefile74 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 DMakefile8 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 DMakefile8 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 DMakefile5 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 Dscriptpath.py14 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 Doe-build-perf-test41 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 Ddevtool137 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 Dbuildhistory-diff86 scripts_path = os.path.abspath(os.path.dirname(os.path.abspath(sys.argv[0])))
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Drecipeutils.py352 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 Dcontext.py11 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 DMakefile50 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 DMakefile50 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 Dsize-stats56 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 Dlist-packageconfig-flags.py17 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 Dcommon.py22 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 De31d5fdf2ea00ac6349e64580a20816783064dd4.patch19 from os.path import abspath, dirname, join
25 CURDIR = dirname(abspath(__file__))
/OK3568_Linux_fs/yocto/poky/bitbake/bin/
H A Dbitbake-prserv47 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 Dtoaster-eventreplay28 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 Dnewappend.py53 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 D0001-g-ir-tool-template.in-fix-girdir-path.patch26 -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 Drun-tests61 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 Dserv.py223 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 Dgitarchive.py32 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 DMakefile7 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 Dcontext.py22 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__)),

123456