Lines Matching refs:directory
32 The `app` top-level directory contains full-fledged applications, built out of the SPDK
41 The `lib` directory contains the real heart of SPDK. Each component is a C library with
42 its own directory under `lib`. Some of the key libraries are:
49 The `doc` top-level directory contains all of SPDK's documentation. API Documentation
51 explanations reside in this directory, as well as the Doxygen config file.
53 To build the documentation, just type `make` within the doc directory.
57 The `examples` top-level directory contains a set of examples intended to be used
68 The `include` directory is where all of the header files are located. The public API
71 directory and include the headers by prefixing `spdk/` like this:
77 Most of the headers here correspond with a library in the `lib` directory. There
88 There is also an `spdk_internal` directory that contains header files widely included
94 The `scripts` directory contains convenient scripts for a number of operations. The two most
101 The `test` directory contains all of the tests for SPDK's components and the subdirectories mirror