Home
last modified time | relevance | path

Searched refs:create_file (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dpopulate-volatile.sh31 create_file() { function
208 create_file "${TNAME}" "${TSOURCE}"
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dvvfat468 new_file = fat16.create_file("/NEWFILE.TXT")
/openbmc/qemu/tests/qemu-iotests/
H A Dfat16.py644 def create_file(self, path: str) -> Optional[FatDirectoryEntry]: member in Fat16