Searched refs:directory (Results 1 – 25 of 201) sorted by relevance
123456789
| /qemu/block/ |
| A D | vvfat.c | 306 array_t fat,directory,mapping; member 417 entry=array_get_next(&(s->directory)); in create_long_filename() 428 entry=array_get(&(s->directory),s->directory.next-1-(i/26)); in create_long_filename() 438 return array_get(&(s->directory),s->directory.next-number_of_entries); in create_long_filename() 713 int long_index = s->directory.next; in create_short_and_long_name() 867 int cur = s->directory.next; in read_directory() 869 s->directory.next = s->root_entries; in read_directory() 1400 …assert((char*)s->cluster+s->cluster_size <= s->directory.pointer+s->directory.next*s->directory.it… in read_cluster() 2744 j = s->directory.next; in handle_renames_and_mkdirs() 2816 if (j >= s->directory.next) { in handle_commits() [all …]
|
| /qemu/tests/qemu-iotests/ |
| A D | 231.out | 4 …rbd','file.filename':'rbd:rbd/bogus:conf=BOGUS_CONF'}': error connecting: No such file or directory 6 …:'rbd','file.image':'bogus','file.conf':'BOGUS_CONF'}': error connecting: No such file or directory 9 qemu-img: rbd:rbd/aa\/bb:conf=BOGUS_CONF: error connecting: No such file or directory
|
| A D | 226.out | 9 qemu-io: can't open: Could not open 'TEST_DIR/t.IMGFMT': Is a directory 17 qemu-io: can't open: Could not open 'TEST_DIR/t.IMGFMT': Is a directory 24 qemu-io: can't open: Could not open 'TEST_DIR/t.IMGFMT': Is a directory
|
| A D | fat16.py | 474 directory = self.read_root_directory() 481 for entry in directory: 496 directory = self.read_directory(current_entry.cluster) 655 directory = self.read_root_directory() 661 for entry in directory: 673 directory = self.read_directory(current_entry.cluster)
|
| A D | 111.out | 2 …mu-img: TEST_DIR/t.IMGFMT: Could not open 'TEST_DIR/t.IMGFMT.inexistent': No such file or directory
|
| /qemu/python/qemu/ |
| A D | README.rst | 4 This directory serves as the root of a `Python PEP 420 implicit 7 Each directory below is assumed to be an installable Python package that
|
| /qemu/scripts/ |
| A D | update-syscalltbl.sh | 32 LINUX_PATH Linux kernel directory to obtain the syscall.tbl from 33 OUTPUT_PATH output directory, usually the qemu source tree (default: $PWD)
|
| /qemu/python/ |
| A D | README.rst | 4 This directory houses Python tooling used by the QEMU project to build, 47 directory, e.g. ``~/src/qemu/python``. See 68 Files in this directory 71 - ``qemu/`` Python 'qemu' namespace package source directory. 72 - ``tests/`` Python package tests directory.
|
| /qemu/docs/devel/testing/ |
| A D | acpi-bits.rst | 52 Under the directory ``tests/functional/``, ``test_acpi_bits.py`` is a QEMU 83 verbose logs and also retain the temporary work directory the test used for 87 build directory (assuming that the sources are in ".."): 114 This directory contains biosbits python based tests that are run from within 120 test that belongs to a test suite not already present in this directory. To 127 or disabling them) from python directory into this directory. For 129 file into this directory and rename it with .py2 extension: 133 (a) Copy unmodified test script to this directory from bits source.
|
| /qemu/tests/qemu-iotests/tests/ |
| A D | nbd-reconnect-on-open.out | 5 qemu-io: can't open: Failed to connect to 'SOCK_DIR/PID-nbd-sock': No such file or directory 9 qemu-io: can't open: Failed to connect to 'SOCK_DIR/PID-nbd-sock': No such file or directory
|
| /qemu/tests/tcg/ |
| A D | README | 1 This directory contains various interesting guest binaries for 5 The multiarch directory contains shared code for tests that can be
|
| /qemu/tests/tcg/mips/user/ase/msa/ |
| A D | README | 1 The tests in subdirectories of this directory are supposed to be compiled for 16 cd <QEMU root directory>
|
| /qemu/docs/system/devices/ |
| A D | usb-u2f.rst | 63 * setup directory 73 You can pass the device the path of a setup directory on the host 74 using the ``dir`` option; the directory must contain these four files: 85 if you don't want them all to be in the same directory, using the options
|
| /qemu/docs/interop/ |
| A D | vhost-user.json | 10 # later. See the COPYING file in the top-level directory. 205 # directory has a file with same name as a less specific directory, 206 # then the file in the more specific directory takes effect. If the
|
| /qemu/docs/devel/ |
| A D | tracing.rst | 41 Sub-directory setup 44 Each directory in the source tree can declare a set of trace events in a local 65 Here <subdir> is the sub-directory path with '/' replaced by '_'. For example, 71 any sub-directory path prefix. eg io/channel-buffer.c would do:: 82 sub-directory, this is discouraged in general. It is strongly preferred that 83 all events be declared directly in the sub-directory that uses them. The only 85 directory trace-events file. The top level directory generates trace files 87 to avoid ambiguity between a trace.h in the current directory, vs the top level 88 directory.
|
| /qemu/tests/qapi-schema/ |
| A D | missing-schema.err | 1 can't read schema file 'missing-schema.json': No such file or directory
|
| A D | include-no-file.err | 1 …clude-no-file.json:1: can't read include file 'include-no-file-sub.json': No such file or directory
|
| /qemu/rust/ |
| A D | .gitignore | 2 # artifacts will go to the meson build directory.
|
| /qemu/subprojects/ |
| A D | bilge-0.2-rs.wrap | 2 directory = bilge-0.2.0
|
| A D | either-1-rs.wrap | 2 directory = either-1.12.0
|
| A D | itertools-0.11-rs.wrap | 2 directory = itertools-0.11.0
|
| A D | quote-1-rs.wrap | 2 directory = quote-1.0.36
|
| A D | syn-2-rs.wrap | 2 directory = syn-2.0.66
|
| A D | arbitrary-int-1-rs.wrap | 2 directory = arbitrary-int-1.2.7
|
| A D | proc-macro2-1-rs.wrap | 2 directory = proc-macro2-1.0.84
|
Completed in 43 milliseconds
123456789