Home
last modified time | relevance | path

Searched defs:filepath (Results 1 – 22 of 22) sorted by relevance

/openbmc/openbmc-tools/rootfs_size/
H A Drootfs_size.py58 def get_unsquash_results(filepath): argument
101 filepath = os.path.join(root, name) variable
/openbmc/openbmc/poky/meta/lib/patchtest/
H A Dmbox.py18 def __init__(self, filepath): argument
54 def __init__(self, filepath): argument
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dappend.py415 def existing_path(filepath): argument
421 def existing_file(filepath): argument
/openbmc/qemu/tests/qemu-iotests/
H A D257199 def blockdev_backup_mktarget(drive, target_id, filepath, sync, **kwargs): argument
204 def reference_backup(drive, n, filepath): argument
213 def backup(drive, n, filepath, sync, **kwargs): argument
H A D25640 def create_target(filepath, name, size): argument
/openbmc/bmcweb/src/
H A Dssl_key_handler.cpp135 std::string verifyOpensslKeyCert(const std::string& filepath) in verifyOpensslKeyCert()
258 void writeCertificateToFile(const std::string& filepath, in writeCertificateToFile()
418 std::string ensureOpensslKeyPresentAndValid(const std::string& filepath) in ensureOpensslKeyPresentAndValid()
/openbmc/linux/tools/thermal/tmon/
Dsysfs.c
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_table.cpp46 std::string filepath = record.value(path, ""); in FileTable() local
/openbmc/bmcweb/features/openbmc_rest/
H A Dimage_upload.hpp109 std::string filepath("/tmp/images/" + bmcweb::getRandomUUID()); in uploadImageHandler() local
/openbmc/linux/tools/usb/usbip/libsrc/
Dusbip_device_driver.c
/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_v1.hpp223 std::filesystem::path filepath("/usr/share/www/redfish/v1/JsonSchemas"); in jsonSchemaGetFile() local
H A Dupdate_service.hpp628 std::filesystem::path filepath("/tmp/images/" + bmcweb::getRandomUUID()); in uploadImageFile() local
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/
H A Dsettings.py85 filepath = os.path.join(dirpath, fn) variable
/openbmc/linux/tools/testing/selftests/bpf/
Dtest_flow_dissector.c
/openbmc/linux/tools/testing/selftests/net/
Dudpgso_bench_rx.c
Dudpgso_bench_tx.c
Dtxtimestamp.c
Dmsg_zerocopy.c
Dio_uring_zerocopy_tx.c
/openbmc/openbmc/poky/meta/lib/oe/
H A Dsbom30.py585 def scan_declared_licenses(self, spdx_file, filepath, license_data): argument
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A D__init__.py1285 filename, filepath, pn, pv, layerbranch, argument
/openbmc/qemu/tests/unit/
H A Dtest-char.c1706 static void char_file_test_internal(Chardev *ext_chr, const char *filepath) in char_file_test_internal()