Home
last modified time | relevance | path

Searched refs:porcelain (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/greybus/tools/
H A Dloopback_test.c81 int porcelain; member
429 if (t->porcelain) { in format_output()
530 if (t->file_output && !t->porcelain) { in log_results()
548 if (t->file_output && !t->porcelain) { in log_results()
560 if (t->file_output && !t->porcelain) { in log_results()
567 if (t->file_output && !t->porcelain) in log_results()
930 t.porcelain = 1; in main()
H A DREADME.loopback90 …-p porcelain - when specified printout is in a user-friendly non-CSV format. This option suppr…
/OK3568_Linux_fs/buildroot/package/python-git/
H A DConfig.in10 repositories, high-level like git-porcelain, or low-level
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-git/
H A D0001-python3-git-CVE-2022-24439-fix-from-PR-1518.patch68 - proc = self.repo.git.push(self, refspec, porcelain=True, as_process=True,
69 + proc = self.repo.git.push("--", self, refspec, porcelain=True, as_process=True,
H A D0001-python3-git-CVE-2022-24439-fix-from-PR-1521.patch372 proc = self.repo.git.push("--", self, refspec, porcelain=True, as_process=True,
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A Dsetlocalversion118 git --no-optional-locks status -uno --porcelain 2>/dev/null ||
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A Dsetlocalversion117 git --no-optional-locks status -uno --porcelain 2>/dev/null ||
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A Dsetlocalversion117 git --no-optional-locks status -uno --porcelain 2>/dev/null ||
/OK3568_Linux_fs/kernel/scripts/
H A Dsetlocalversion117 git --no-optional-locks status -uno --porcelain 2>/dev/null ||
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A Dsetlocalversion118 git --no-optional-locks status -uno --porcelain 2>/dev/null ||
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dpatch.bbclass75 stdout, _ = bb.process.run('git status --porcelain patches', cwd=srcsubdir)
78 stdout, _ = bb.process.run('git status --porcelain .', cwd=srcsubdir)
H A Dbuildhistory.bbclass871 repostatus=`git status --porcelain | grep -v " metadata-revs$"`
876 # porcelain output looks like "?? packages/foo/bar"