Home
last modified time | relevance | path

Searched refs:files (Results 1 – 14 of 14) sorted by relevance

/system/utest/fs/
A Dtest-persist.cpp107 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 Dtest-directory.cpp115 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 DREADME.md7 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 DREADME.md7 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 DREADME.md6 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 Dintel-pm-events.inc14 // - event name (used in trace specification files)
48 // - event name (used in trace specification files)
A Dskylake-misc-events.inc17 // - event name (used in trace specification files)
A Dskylake-pm-events.inc16 // - event name (used in trace specification files)
/system/ulib/fidl/
A DREADME.md14 Some of the object files in this library require an implementation of the
/system/ulib/runtests-utils/include/runtests-utils/
A Druntests-utils.h44 fbl::Vector<DumpFile> files; // All the sink dumpfiles. member
/system/dev/nand/aml-rawnand/
A DREADME21 The NAND unit test depends on ability to create files in /tmp. The
/system/ulib/runtests-utils/
A Druntests-utils.cpp146 for (const auto& file : sink.files) { in WriteSummaryJSON()
A Dfuchsia-run-test.cpp466 it->files.push_back(DumpFile{name, dump_file}); in FuchsiaRunTest()
/system/fidl/fuchsia-cobalt/
A Dcobalt.fidl21 // 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