/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 123 fs::path path2 = file2.getPath(); in TEST() 129 file2 = std::move(file1); in TEST() 135 EXPECT_EQ(file2.getPath(), path1); in TEST() 171 TemporaryFile file2{}; in TEST() local 176 fs::path path2 = file2.getPath(); in TEST() 187 file2 = std::move(file1); in TEST() [all …]
|
/openbmc/linux/tools/objtool/ |
H A D | sync-check.sh | 32 file2=$2 37 cmd="diff $* $file1 $file2 > /dev/null" 39 test -f $file2 && { 41 echo "Warning: Kernel ABI header at '$file1' differs from latest version at '$file2'" >&2 42 echo diff -u $file1 $file2
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/recipetool/files/ |
H A D | add-file.patch | 1 diff --git a/file2 b/file2 5 +++ b/file2
|
/openbmc/linux/scripts/ |
H A D | get_dvb_firmware | 559 my $file2 = "ngene_17.fw"; 570 wgetfile($file2, $url . $file2); 571 verify($file2, $hash2); 576 "$file1, $file2, $file3"; 702 my $file2 = "dvb-usb-it9135-02.zip"; 712 wgetfile($file2, $url . $file2); 713 unzip($file2, ""); 716 "$file1 $file2"
|
H A D | bloat-o-meter | 88 calc(args.file1, args.file2, symbolformat)
|
H A D | Kbuild.include | 229 # (3) - due to: file1.h file2.h
|
/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/useradd/ |
H A D | useradd-example.bb | 8 file://file2 \ 52 install -p -m 644 file2 ${D}${datadir}/user1/ 54 install -p -m 644 file2 ${D}${datadir}/user2/
|
/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 | 46 def file_diff(file1: str, file2: str) -> List[str]: 48 open(file2, encoding="utf-8") as f2: 56 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-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/phosphor-bmc-code-mgmt/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/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/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 | 93 `git add [file1 file2 ... fileN]`
|
/openbmc/qemu/docs/system/devices/ |
H A D | canokey.rst | 144 -device canokey,file=$HOME/.canokey-file2
|
/openbmc/linux/scripts/kconfig/ |
H A D | confdata.c | 43 static bool is_same(const char *file1, const char *file2) in is_same() argument 54 fd2 = open(file2, O_RDONLY); in is_same()
|
/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/u-boot/scripts/ |
H A D | Kbuild.include | 284 # (3) - due to: file1.h file2.h
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-diff.txt | 11 'perf diff' [baseline file] [data file1] [[data file2] ... ]
|