| /OK3568_Linux_fs/buildroot/package/xml-security-c/ |
| H A D | 0001-autoconf-variable-cache-option-for-getcwd-test.patch | 4 Subject: [PATCH] autoconf variable cache option for getcwd test 23 # Check whether getcwd can dynamically allocate memory. 24 AC_MSG_CHECKING([whether getcwd(NULL, 0) works]) 27 -[char *cwd = getcwd(NULL, 0); 31 - [Define to 1 if getcwd(NULL, 0) works])], 36 + char *cwd = getcwd(NULL, 0); 43 + [Define to 1 if getcwd(NULL, 0) works])
|
| /OK3568_Linux_fs/yocto/poky/scripts/tiny/ |
| H A D | ksum.py | 65 print("Collecting object files recursively from %s..." % os.getcwd()) 66 for dirpath, dirs, files in os.walk(os.getcwd()): 83 print("%s" % filename[len(os.getcwd()) + 1:]) 99 print("%s" % vmlinux_file[len(os.getcwd()) + 1:])
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/tests/ |
| H A D | common.py | 16 self.origdir = os.getcwd() 19 self.d.setVar('DL_DIR', os.getcwd())
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | crate.py | 95 save_cwd = os.getcwd() 120 bb.note("Unpacking %s to %s/" % (thefile, os.getcwd()))
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | checkpatch.py | 17 os.getcwd(), 18 os.path.join(os.getcwd(), '..', '..'),
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | get_current_dir_name.c | 16 return getcwd(pwd, sizeof(pwd)) == NULL ? NULL : strdup(pwd); in get_current_dir_name()
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/strace/groups/ |
| H A D | file | 6 getcwd
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | combo-layer | 175 logger.debug("run cmd '%s' in %s" % (cmd, os.getcwd() if destdir is None else destdir)) 264 extract_dir = os.path.join(os.getcwd(), dest_dir) 268 extract_dir = os.getcwd() 641 check_repo_clean(os.getcwd()) 683 repo_patch_dir = os.path.join(os.getcwd(), patch_dir, name) 731 patchlist_file = os.path.join(os.getcwd(), patch_dir, "patchlist-%s" % name) 953 wdir = os.path.join(os.getcwd(), ".git", "combo-layer") 962 wenv["GIT_OBJECT_DIRECTORY"] = os.path.join(os.getcwd(), ".git", "objects")
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/at/at/ |
| H A D | configure-add-enable-pam.patch | 8 AC_CHECK_FUNCS(getcwd mktime strftime setreuid setresuid sigaction waitpid)
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/utils/ |
| H A D | filesystem.hpp | 17 CV_EXPORTS cv::String getcwd();
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/utils/ |
| H A D | filesystem.hpp | 17 CV_EXPORTS cv::String getcwd();
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/utils/ |
| H A D | filesystem.hpp | 17 CV_EXPORTS cv::String getcwd();
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | boot-qemu-image.py | 25 qemu_start = os.path.join(os.getcwd(), 'output/images/start-qemu.sh')
|
| /OK3568_Linux_fs/buildroot/package/benejson/ |
| H A D | 0001-c-std.patch | 11 @@ -9,9 +9,8 @@ mydir = os.getcwd()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | cookerdata.py | 192 path = os.getcwd() 219 return os.path.abspath(os.getcwd()) 428 data.setVar("TOPDIR", os.path.abspath(os.getcwd()))
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | cow_user.c | 151 if (getcwd(save_cwd, sizeof(save_cwd)) == NULL) { in absolutize() 166 if (getcwd(to, size) == NULL) { in absolutize()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | decorators.py | 128 logfile = os.path.join(os.getcwd(),'results-'+caller+'.'+timestamp+'.log') 129 linkfile = os.path.join(os.getcwd(),'results-'+caller+'.log')
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/ |
| H A D | prompt.py | 24 return os.getcwd()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/ |
| H A D | prompt.py | 24 return os.getcwd()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | check-test-wrapper | 69 … wrapped = " ".join(["'{0}'".format(i.replace("'", r"'\''")) for i in ["cd", os.getcwd()]]) + "; "
|
| /OK3568_Linux_fs/u-boot/tools/dtoc/ |
| H A D | fdt_util.py | 65 search_paths = [os.path.join(os.getcwd(), 'include')]
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | package_tar.bbclass | 8 oldcwd = os.getcwd()
|
| /OK3568_Linux_fs/kernel/tools/lib/subcmd/ |
| H A D | exec-cmd.c | 41 if (getcwd(cwd, PATH_MAX) == NULL) in get_pwd_cwd()
|
| /OK3568_Linux_fs/buildroot/package/libtalloc/ |
| H A D | libtalloc-cache.txt | 32 getcwd takes a NULL argument: OK
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | unistd.h | 204 (char *__buf, size_t __size), getcwd) 213 __NTH (getcwd (char *__buf, size_t __size)) in __NTH()
|