Home
last modified time | relevance | path

Searched refs:chdir (Results 1 – 25 of 146) sorted by relevance

123456

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/unfs3/unfs3/
H A Dfix_compile_warning.patch1 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 Drelative_max_socket_path_len.patch55 + 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 Dtftp-0.49-chk_retcodes.patch14 - chdir("/"); /* Cygwin chroot() bug workaround */
15 + if (chdir("/") < 0) { /* Cygwin chroot() bug workaround */
/OK3568_Linux_fs/buildroot/support/kconfig/patches/
H A D14-support-out-of-tree-config.patch64 - 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 Dcrate.py96 os.chdir(rootdir)
124 os.chdir(save_cwd)
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dpackage_tar.bbclass45 os.chdir(root)
55 os.chdir(oldcwd)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/dpkg/dpkg/
H A D0003-Our-pre-postinsts-expect-D-to-be-set-when-running-in.patch55 - if (chdir(changedir))
56 - ohshite(_("failed to chdir to '%.255s'"), changedir);
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dpatch.py34 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 Dclient.py37 os.chdir(os.path.dirname(path))
43 os.chdir(cwd)
H A Dserv.py172 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 Dmain.cpp12 const int result = chdir(xstr(WORK_DIRECTORY)); in main()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dsigning.py52 os.chdir(newbuilddir)
58 os.chdir(builddir)
H A Dbbtests.py22 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 Dparse.py39 os.chdir(self.origdir)
46 os.chdir(os.path.dirname(f.name))
/OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/tests/
H A Dcommon.py28 os.chdir(self.origdir)
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dutilcmds.py198 os.chdir(b)
208 os.chdir(olddir)
/OK3568_Linux_fs/kernel/tools/perf/trace/strace/groups/
H A Dstring4 chdir
/OK3568_Linux_fs/yocto/poky/bitbake/contrib/
H A Dbbparse-torture.py47 os.chdir(os.environ["BUILDDIR"])
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/
H A Dcontext.py36 os.chdir(builddir)
100 os.chdir(newbuilddir)
275 os.chdir(builddir)
/OK3568_Linux_fs/kernel/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py556 os.chdir('results')
563 os.chdir(testname)
615 os.chdir('../../')
/OK3568_Linux_fs/u-boot/scripts/
H A Dfill_scrapyard.py104 os.chdir(toplevel)
H A Dmailmapper69 os.chdir(toplevel)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/support/
H A Dhttpserver.py16 os.chdir(root_dir)
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dcow_user.c159 if (chdir(from)) { in absolutize()
189 if (chdir(save_cwd)) { in absolutize()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dhttpserver.py15 os.chdir(root_dir)

123456