/openbmc/phosphor-power/test/ |
H A D | temporary_file_tests.cpp | 87 TemporaryFile file1{}; in TEST() local 88 EXPECT_FALSE(file1.getPath().empty()); in TEST() 92 fs::path path = file1.getPath(); in TEST() 95 TemporaryFile file2{std::move(file1)}; in TEST() 98 EXPECT_TRUE(file1.getPath().empty()); in TEST() 110 TemporaryFile file1{}; in TEST() local 115 fs::path path1 = file1.getPath(); in TEST() 129 file2 = std::move(file1); in TEST() 163 TemporaryFile file1{}; in TEST() local 168 fs::path path1 = file1.getPath(); in TEST() [all …]
|
/openbmc/linux/tools/objtool/ |
H A D | sync-check.sh | 31 file1=$1 37 cmd="diff $* $file1 $file2 > /dev/null" 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/recipes-core/busybox/busybox/ |
H A D | 0001-du-l-works-fix-to-use-145-instead-of-144.patch | 22 dd if=/dev/zero of=file1 bs=1k count=64 2>/dev/null 23 ln file1 file1.1
|
/openbmc/linux/scripts/ |
H A D | get_dvb_firmware | 557 my $file1 = "ngene_15.fw"; 567 wgetfile($file1, $url . $file1); 568 verify($file1, $hash1); 576 "$file1, $file2, $file3"; 699 my $file1 = "dvb-usb-it9135-01.zip"; 708 wgetfile($file1, $url . $file1); 709 unzip($file1, ""); 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-selftest/recipes-test/recipetool/ |
H A D | selftest-recipetool-appendfile.bb | 10 file://file1 \ 27 install -m 0644 ${WORKDIR}/file1 ${D}${datadir}/selftest-replaceme-renamed
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 045 | 42 self.file1 = open(image1, 'w+') 47 self.vm.add_fd(self.file1.fileno(), 1, 'image1:w+') 57 self.file1.close()
|
H A D | testrunner.py | 46 def file_diff(file1: str, file2: str) -> List[str]: 47 with open(file1, encoding="utf-8") as f1, \ 56 for line in difflib.unified_diff(seq1, seq2, file1, file2)]
|
H A D | 081 | 186 -blockdev file,node-name=file1,filename="$TEST_DIR/1.raw" \
|
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" ]
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/ |
H A D | devtool-test-localonly.bb | 4 SRC_URI = "file://file1 \
|
H A D | devtool-test-local_6.03.bb | 7 file://file1 \
|
/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/useradd/ |
H A D | useradd-example.bb | 7 SRC_URI = "file://file1 \ 51 install -p -m 644 file1 ${D}${datadir}/user1/
|
/openbmc/openbmc-test-automation/systest/ |
H A D | htx_hardbootme_test.robot | 191 [Arguments] ${file1} ${file2} 193 # file1 A file that has an inventory snapshot in JSON format. 194 # file2 A file that has an inventory snapshot, to compare with file1. 196 ${diff_rc}= File_Diff ${file1}
|
/openbmc/phosphor-bmc-code-mgmt/test/ |
H A D | utest.cpp | 390 std::string file1 = tmpDir + "/file1"; in SetUp() local 392 command("echo \"File Test1\n\n\" > " + file1); in SetUp() 395 srcFiles.push_back(file1); 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/documentation/dev-manual/ |
H A D | quilt.rst | 43 $ quilt add file1.c file2.c file3.c 75 ``my_changes.patch`` file has all your edits made to the ``file1.c``,
|
/openbmc/docs/development/ |
H A D | gerrit-setup.md | 92 `git add [file1 file2 ... fileN]`
|
/openbmc/linux/scripts/kconfig/ |
H A D | confdata.c | 43 static bool is_same(const char *file1, const char *file2) in is_same() argument 50 fd1 = open(file1, 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 48 std::ifstream f1(file1, std::ifstream::binary | std::ifstream::ate); in compareFiles() 153 bool compareFiles(const std::string& file1, const std::string& file2) in compareFiles() argument 155 std::ifstream f1(file1, 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] ... ]
|
/openbmc/qemu/docs/system/i386/ |
H A D | amd-memory-encryption.rst | 71 sev-guest,id=sev0,dh-cert-file=<file1>,session-file=<file2>
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | tasks.rst | 325 file://file1.patch \ 329 In the previous example ``file1.patch`` would be applied as a patch by default
|