Lines Matching +full:module +full:- +full:path +full:- +full:tests
2 // Use of this source code is governed by a BSD-style license that can be
8 // This file declares path keys for the base module. These can be used with
33 FILE_EXE, // Path and filename of the current executable.
36 // module location may not work as expected on some platforms. For this
39 FILE_MODULE, // Path and filename of the module containing the code for
47 // module location may not work as expected on some platforms. For this
66 // The following are only for use in tests.
67 // On some platforms, such as Android and Fuchsia, tests do not have access to
69 // binary. On such platforms, these will return an appropriate path inside the
72 // made available to tests. Useful for tests that use
76 // variable. If it contains a relative path, it will
77 // be appended to the DIR_EXE directory path.
78 DIR_OUT_TEST_DATA_ROOT, // Path of build outputs available to tests. Build
81 // "package" tests. On platforms that "package"
82 // tests this will instead return a package-local
83 // path to copies of the relevant files.
84 DIR_GEN_TEST_DATA_ROOT, // Path of generated intermediate files available to
85 // tests. Build-intermediate files are normally
86 // placed in the "gen" sub-directory of the build
88 // tests this will instead return a package-local
89 // path to copies of the relevant files.
90 DIR_TEST_DATA, // Directory containing test data for //base tests.