| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/unfs3/unfs3/ |
| H A D | fix_compile_warning.patch | 1 daemon.c: Check exit code of chdir() 3 Stop the compile warning and fix the code to act on a chdir() failure. 20 - chdir("/"); 21 + if(chdir("/") < 0)
|
| H A D | relative_max_socket_path_len.patch | 55 + if (chdir(pathbuf_tmp)) 70 + if (chdir("/")) 71 + fprintf(stderr, "Internal failure to chdir /\n");
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
| H A D | tftp-0.49-chk_retcodes.patch | 14 - chdir("/"); /* Cygwin chroot() bug workaround */ 15 + if (chdir("/") < 0) { /* Cygwin chroot() bug workaround */
|
| /OK3568_Linux_fs/buildroot/support/kconfig/patches/ |
| H A D | 14-support-out-of-tree-config.patch | 64 - if (chdir("include/config")) 76 + if (chdir(dir)) { 87 - if (chdir("../..")) 90 + if (chdir(opwd))
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | crate.py | 96 os.chdir(rootdir) 124 os.chdir(save_cwd)
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | package_tar.bbclass | 45 os.chdir(root) 55 os.chdir(oldcwd)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/dpkg/dpkg/ |
| H A D | 0003-Our-pre-postinsts-expect-D-to-be-set-when-running-in.patch | 55 - if (chdir(changedir)) 56 - ohshite(_("failed to chdir to '%.255s'"), changedir);
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | patch.py | 34 os.chdir(dir) 57 os.chdir(olddir) 734 os.chdir(self.patchset.dir) 739 os.chdir(olddir) 754 os.chdir(self.patchset.dir) 800 os.chdir(olddir) 802 os.chdir(olddir)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/asyncrpc/ |
| H A D | client.py | 37 os.chdir(os.path.dirname(path)) 43 os.chdir(cwd)
|
| H A D | serv.py | 172 os.chdir(os.path.dirname(path)) 177 os.chdir(cwd)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/test/ |
| H A D | main.cpp | 12 const int result = chdir(xstr(WORK_DIRECTORY)); in main()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | signing.py | 52 os.chdir(newbuilddir) 58 os.chdir(builddir)
|
| H A D | bbtests.py | 22 os.chdir(os.path.join(self.builddir, 'conf')) 29 os.chdir(os.path.dirname(os.environ['BUILDDIR'])) 36 os.chdir("/tmp/")
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/ |
| H A D | parse.py | 39 os.chdir(self.origdir) 46 os.chdir(os.path.dirname(f.name))
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/tests/ |
| H A D | common.py | 28 os.chdir(self.origdir)
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | utilcmds.py | 198 os.chdir(b) 208 os.chdir(olddir)
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/strace/groups/ |
| H A D | string | 4 chdir
|
| /OK3568_Linux_fs/yocto/poky/bitbake/contrib/ |
| H A D | bbparse-torture.py | 47 os.chdir(os.environ["BUILDDIR"])
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/ |
| H A D | context.py | 36 os.chdir(builddir) 100 os.chdir(newbuilddir) 275 os.chdir(builddir)
|
| /OK3568_Linux_fs/kernel/tools/power/x86/intel_pstate_tracer/ |
| H A D | intel_pstate_tracer.py | 556 os.chdir('results') 563 os.chdir(testname) 615 os.chdir('../../')
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | fill_scrapyard.py | 104 os.chdir(toplevel)
|
| H A D | mailmapper | 69 os.chdir(toplevel)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/support/ |
| H A D | httpserver.py | 16 os.chdir(root_dir)
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | cow_user.c | 159 if (chdir(from)) { in absolutize() 189 if (chdir(save_cwd)) { in absolutize()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | httpserver.py | 15 os.chdir(root_dir)
|