| /openbmc/phosphor-power/test/ |
| H A D | temporary_file_tests.cpp | 95 TemporaryFile file2{std::move(file1)}; in TEST() local 101 EXPECT_EQ(file2.getPath(), path); in TEST() 102 EXPECT_TRUE(fs::exists(file2.getPath())); in TEST() 118 TemporaryFile file2{}; in TEST() local 119 EXPECT_FALSE(file2.getPath().empty()); in TEST() 120 EXPECT_TRUE(fs::exists(file2.getPath())); in TEST() 123 fs::path path2 = file2.getPath(); in TEST() 129 file2 = std::move(file1); in TEST() 135 EXPECT_EQ(file2.getPath(), path1); in TEST() 180 TemporaryFile file2{}; in TEST() local [all …]
|
| /openbmc/openbmc/poky/meta-selftest/recipes-test/recipetool/files/ |
| H A D | add-file.patch | 3 diff --git a/file2 b/file2 7 +++ b/file2
|
| /openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/useradd/ |
| H A D | useradd-example.bb | 8 file://file2 \ 53 install -p -m 644 file2 ${D}${datadir}/user1/ 55 install -p -m 644 file2 ${D}${datadir}/user2/
|
| /openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/ |
| H A D | devtool-test-localonly.bb | 5 file://file2"
|
| H A D | devtool-test-local_6.03.bb | 8 file://file2"
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 045 | 43 self.file2 = open(image2, 'r') 48 self.vm.add_fd(self.file2.fileno(), 0, 'image2:r') 58 self.file2.close()
|
| H A D | 081.out | 56 Testing: -blockdev file,node-name=file1,filename=TEST_DIR/1.IMGFMT -blockdev file,node-name=file2,f… 62 "children": [ "file1", "file2", "file3" ] 66 …conds": TIMESTAMP}, "event": "QUORUM_REPORT_BAD", "data": {"node-name": "file2", "sectors-count":…
|
| H A D | testrunner.py | 41 def file_diff(file1: str, file2: str) -> List[str]: 43 open(file2, encoding="utf-8") as f2: 51 for line in difflib.unified_diff(seq1, seq2, file1, file2)]
|
| H A D | 081 | 187 -blockdev file,node-name=file2,filename="$TEST_DIR/2.raw" \
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | multilib_script.bbclass | 9 # MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/file1 ${PN}:${base_bindir}/file2"
|
| /openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/ |
| H A D | 0001-du-l-works-fix-to-use-145-instead-of-144.patch | 24 dd if=/dev/zero of=file2 bs=1k count=16 2>/dev/null
|
| /openbmc/openbmc/poky/meta-selftest/recipes-test/recipetool/ |
| H A D | selftest-recipetool-appendfile.bb | 32 install -m 0644 ${S}/file2 ${D}${sysconfdir}/selftest-replaceme-patched
|
| /openbmc/phosphor-bmc-code-mgmt/bmc/test/ |
| H A D | utest.cpp | 391 std::string file2 = tmpDir + "/file2"; in SetUp() local 393 command("echo \"FileTe st2\n\nte st2\" > " + file2); in SetUp() 396 srcFiles.push_back(file2); in SetUp()
|
| /openbmc/openbmc/poky/documentation/dev-manual/ |
| H A D | quilt.rst | 43 $ quilt add file1.c file2.c file3.c 76 ``file2.c``, and ``file3.c`` files.
|
| /openbmc/openbmc-test-automation/systest/ |
| H A D | htx_hardbootme_test.robot | 191 [Arguments] ${file1} ${file2} 194 # file2 A file that has an inventory snapshot, to compare with file1. 197 ... ${file2} ${json_diff_file_path} ${INV_IGNORE_LIST}
|
| /openbmc/docs/development/ |
| H A D | gerrit-setup.md | 102 `git add [file1 file2 ... fileN]`
|
| /openbmc/qemu/docs/system/devices/ |
| H A D | canokey.rst | 144 -device canokey,file=$HOME/.canokey-file2
|
| H A D | usb.rst | 139 -drive if=none,id=uas-disk2,format=raw,file=/path/to/file2.img \\
|
| /openbmc/phosphor-certificate-manager/test/ |
| H A D | certs_manager_test.cpp | 46 bool compareFiles(const std::string& file1, const std::string& file2) in compareFiles() argument 49 std::ifstream f2(file2, std::ifstream::binary | std::ifstream::ate); in compareFiles() 153 bool compareFiles(const std::string& file1, const std::string& file2) in compareFiles() argument 156 std::ifstream f2(file2, std::ifstream::binary | std::ifstream::ate); in compareFiles()
|
| /openbmc/openbmc/poky/documentation/ |
| H A D | README | 150 $ make stylecheck VALEDOCS="<file1> <file2>" 172 $ make sphinx-lint SPHINXLINTDOCS="<file1> <file2>"
|
| /openbmc/u-boot/scripts/ |
| H A D | Kbuild.include | 284 # (3) - due to: file1.h file2.h
|
| /openbmc/qemu/docs/system/i386/ |
| H A D | amd-memory-encryption.rst | 73 sev-guest,id=sev0,dh-cert-file=<file1>,session-file=<file2>
|
| /openbmc/openbmc/poky/documentation/ref-manual/ |
| H A D | tasks.rst | 326 file://file2.patch;apply=no \ 330 while ``file2.patch`` would not be applied.
|
| /openbmc/openbmc/poky/documentation/contributor-guide/ |
| H A D | submit-changes.rst | 124 $ git commit -s file1 file2 dir1 dir2 ...
|
| /openbmc/entity-manager/ |
| H A D | Doxyfile | 2235 # TAGFILES = file1 file2 ... 2237 # TAGFILES = file1=loc1 "file2 = loc2" ...
|