Home
last modified time | relevance | path

Searched refs:Path (Results 1 – 19 of 19) sorted by relevance

/qemu/.gitlab-ci.d/
A Dwindows.yml32 - If ( !(Test-Path -Path msys64\var\cache ) ) {
38 - if ( Test-Path -Path msys64\var\cache\msys2.exe.sig ) {
42 Remove-Item -Path msys64\var\cache\msys2.exe.sig ;
43 if ( Test-Path -Path msys64\var\cache\msys2.exe ) {
44 Remove-Item -Path msys64\var\cache\msys2.exe
51 if ( Test-Path -Path msys64\var\cache\msys2.exe ) {
52 Remove-Item -Path msys64\var\cache\msys2.exe
55 - if ( !(Test-Path -Path msys64\var\cache\msys2.exe ) ) {
60 Copy-Item -Path msys2.exe.sig -Destination msys64\var\cache\msys2.exe.sig
68 Set-Content -Path ${CI_PROJECT_DIR}\msys64\etc\\post-install\\07-pacman-key.post
/qemu/tests/functional/qemu_test/
A Dconfig.py15 from pathlib import Path
20 return Path(__file__).parent.parent.parent.parent
25 return Path(root)
28 return Path(os.getcwd())
32 return Path(root)
A Dasset.py17 from pathlib import Path
32 self.cache_dir = Path(cache_dir_env, "download")
34 self.cache_dir = Path(Path("~").expanduser(),
36 self.cache_file = Path(self.cache_dir, hashsum)
/qemu/tests/lcitool/
A Drefresh18 from pathlib import Path
24 self_dir = Path(__file__).parent
26 dockerfiles_dir = Path(src_dir, "tests", "docker", "dockerfiles")
28 lcitool_path = Path(self_dir, "libvirt-ci", "bin", "lcitool")
67 filename = Path(src_dir, "tests", "docker", "dockerfiles", host + ".docker")
82 filename = Path(src_dir, ".gitlab-ci.d", "cirrus", target + ".vars")
88 filename = Path(src_dir, "tests", "vm", "generated", vm + ".json")
94 filename = Path(src_dir, "scripts", "ci", "setup", os, f"{target}-{arch}.yaml")
/qemu/scripts/coverage/
A Dcompare_gcov_json.py19 from pathlib import Path
26 parser.add_argument('-a', type=Path, default=None,
29 parser.add_argument('-b', type=Path, default=None,
39 def load_json(json_file_path: Path, verbose = False) -> dict[str, set[int]]: argument
48 file_path = Path(filecov["file"])
51 resolved_path = Path(file_path).absolute()
/qemu/tests/qemu-iotests/
A Dtestrunner.py20 from pathlib import Path
39 def silent_unlink(path: Path) -> None: argument
244 f_test = Path(test)
245 f_reference = Path(self.find_reference(test))
268 Path(env[d]).mkdir(parents=True, exist_ok=True)
271 f_bad = Path(test_dir, f_test.name + '.out.bad')
272 f_notrun = Path(test_dir, f_test.name + '.notrun')
273 f_casenotrun = Path(test_dir, f_test.name + '.casenotrun')
A Dtestenv.py22 from pathlib import Path
117 qemu_srctree_path = Path(__file__, '../../../python').resolve()
127 Path(self.test_dir).mkdir(parents=True, exist_ok=True)
132 Path(self.sock_dir).mkdir(parents=True, exist_ok=True)
224 self.build_root = Path(self.build_iotests).parent.parent
A Dcheck23 from pathlib import Path
159 exec_path = Path(exec_pathstr).resolve()
/qemu/rust/qemu-api/
A Dbuild.rs5 use std::path::Path;
10 if !Path::new("src/bindings.rs").exists() { in main()
/qemu/python/scripts/
A Dvendor.py23 from pathlib import Path
48 vendor_dir = Path(__file__, "..", "..", "wheels").resolve()
A Dmkvenv.py71 from pathlib import Path
321 env_dir: Union[str, Path], argument
511 wheels_dir: Optional[Union[str, Path]], argument
570 pypath = Path(sys.executable).resolve()
596 wheels_dir: Optional[Union[str, Path]] = None, argument
653 wheels_dir: Optional[Union[str, Path]] = None, argument
739 wheels_dir: Optional[Union[str, Path]] = None, argument
/qemu/docs/sphinx/
A Ddepfile.py16 from pathlib import Path
31 for path in Path(static_path).rglob('*'):
/qemu/scripts/codeconverter/codeconverter/
A Dpatching.py9 from pathlib import Path
303 filename: Path
309 self.filename = Path(filename)
317 nameparts = Path(name).parts
/qemu/tests/functional/
A Dtest_acpi_bits.py45 from pathlib import Path
290 self._baseDir = Path(__file__).parent
/qemu/scripts/
A Ddevice-crash-test36 from pathlib import Path
42 path = Path(__file__).resolve()
/qemu/qapi/
A Dstats.json168 # @qom-path: Path to the object for which the statistics are returned,
A Dblock-export.json166 # @mountpoint: Path on which to export the block device via FUSE.
/qemu/
A Dmeson_options.txt14 description: 'Path to smbd for slirp networking')
16 description: 'Path to ACPI disassembler')
/qemu/docs/system/
A Ddevice-url-syntax.rst.inc152 Path on the remote server, including any query string.

Completed in 31 milliseconds