Searched refs:files (Results 1 – 14 of 14) sorted by relevance
| /system/utest/fs/ |
| A D | test-persist.cpp | 107 const char* const files[] = { in TestPersistWithData() local 112 fbl::unique_ptr<uint8_t[]> buffers[fbl::count_of(files)]; in TestPersistWithData() 116 for (size_t i = 0; i < fbl::count_of(files); i++) { in TestPersistWithData() 123 int fd = open(files[i], O_RDWR | O_CREAT, 0644); in TestPersistWithData() 133 for (size_t i = 0; i < fbl::count_of(files); i++) { in TestPersistWithData() 136 int fd = open(files[i], O_RDONLY, 0644); in TestPersistWithData() 155 for (size_t i = 0; i < fbl::count_of(files); i++) { in TestPersistWithData() 156 ASSERT_EQ(unlink(files[i]), 0); in TestPersistWithData()
|
| A D | test-directory.cpp | 115 const char* files[] = { in TestDirectoryCoalesceHelper() local 122 int num_files = fbl::count_of(files); in TestDirectoryCoalesceHelper() 127 int fd = open(files[i], O_RDWR | O_CREAT | O_EXCL, 0644); in TestDirectoryCoalesceHelper() 135 ASSERT_EQ(unlink(files[unlink_order[i]]), 0); in TestDirectoryCoalesceHelper()
|
| /system/host/banjo/ |
| A D | README.md | 7 All the banjo files in a library compilation are loaded by a 9 files. These buffers are kept alive for the entire pipeline. Tokens, 24 This step will fail if any of the given files is not valid Banjo. 28 Once all the files are parsed into AST nodes, it's time to flatten the 42 (because it is not present in any of the given files or library
|
| /system/host/fidl/ |
| A D | README.md | 7 All the FIDL files in a library compilation are loaded by a 9 buffers backing files. These buffers are kept alive for the entire pipeline. 23 This step will fail if any of the given files is not valid FIDL. 27 Once all the files are parsed into AST nodes, it's time to flatten the 41 of the given files or library dependencies) causes compilation to fail at this
|
| /system/utest/int-types/ |
| A D | README.md | 6 There are two essentially identical source files, one in C and one in 13 in source files that only include <wchar.h>. In the past there were
|
| /system/ulib/zircon-internal/include/lib/zircon-internal/device/cpu-trace/ |
| A D | intel-pm-events.inc | 14 // - event name (used in trace specification files) 48 // - event name (used in trace specification files)
|
| A D | skylake-misc-events.inc | 17 // - event name (used in trace specification files)
|
| A D | skylake-pm-events.inc | 16 // - event name (used in trace specification files)
|
| /system/ulib/fidl/ |
| A D | README.md | 14 Some of the object files in this library require an implementation of the
|
| /system/ulib/runtests-utils/include/runtests-utils/ |
| A D | runtests-utils.h | 44 fbl::Vector<DumpFile> files; // All the sink dumpfiles. member
|
| /system/dev/nand/aml-rawnand/ |
| A D | README | 21 The NAND unit test depends on ability to create files in /tmp. The
|
| /system/ulib/runtests-utils/ |
| A D | runtests-utils.cpp | 146 for (const auto& file : sink.files) { in WriteSummaryJSON()
|
| A D | fuchsia-run-test.cpp | 466 it->files.push_back(DumpFile{name, dump_file}); in FuchsiaRunTest()
|
| /system/fidl/fuchsia-cobalt/ |
| A D | cobalt.fidl | 21 // of entries in the YAML files in this repo: 27 // While Cobalt's code and registration files are open source, the running
|
Completed in 646 milliseconds