Home
last modified time | relevance | path

Searched refs:GetTestSourcePath (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/
H A Dpolicy_test.cc42 using ::sapi::GetTestSourcePath;
49 const std::string path = GetTestSourcePath("sandbox2/testcases/policy"); in TEST()
66 const std::string path = GetTestSourcePath("sandbox2/testcases/policy"); in TEST()
83 const std::string path = GetTestSourcePath("sandbox2/testcases/policy"); in TEST()
97 const std::string path = GetTestSourcePath("sandbox2/testcases/policy"); in TEST()
110 const std::string path = GetTestSourcePath("sandbox2/testcases/policy"); in TEST()
123 const std::string path = GetTestSourcePath("sandbox2/testcases/policy"); in TEST()
150 const std::string path = GetTestSourcePath("sandbox2/testcases/policy"); in TEST()
177 const std::string path = GetTestSourcePath("sandbox2/testcases/minimal"); in TEST()
191 GetTestSourcePath("sandbox2/testcases/minimal_dynamic"); in TEST()
[all …]
H A Dsandbox2_test.cc49 using ::sapi::GetTestSourcePath;
74 const std::string path = GetTestSourcePath("sandbox2/testcases/abort"); in TEST_P()
92 const std::string path = GetTestSourcePath("sandbox2/testcases/tsync"); in TEST_P()
112 const std::string path = GetTestSourcePath("sandbox2/testcases/minimal"); in TEST()
130 const std::string path = GetTestSourcePath("sandbox2/testcases/sleep"); in TEST_P()
149 const std::string path = GetTestSourcePath("sandbox2/testcases/sleep"); in TEST_P()
168 const std::string path = GetTestSourcePath("sandbox2/testcases/sleep"); in TEST()
186 const std::string path = GetTestSourcePath("sandbox2/testcases/minimal"); in TEST_P()
201 const std::string path = GetTestSourcePath("sandbox2/testcases/custom_fork"); in TEST_P()
218 const std::string path = GetTestSourcePath("sandbox2/testcases/starve"); in TEST()
H A Dnotify_test.cc43 using ::sapi::GetTestSourcePath;
91 const std::string path = GetTestSourcePath("sandbox2/testcases/personality"); in TEST()
104 const std::string path = GetTestSourcePath("sandbox2/testcases/personality"); in TEST()
117 const std::string path = GetTestSourcePath("sandbox2/testcases/pidcomms"); in TEST()
132 const std::string path = GetTestSourcePath("sandbox2/testcases/personality"); in TEST()
H A Dnetwork_proxy_test.cc38 using ::sapi::GetTestSourcePath;
88 GetTestSourcePath("sandbox2/testcases/network_proxy"); in TEST_P()
130 GetTestSourcePath("sandbox2/testcases/network_proxy"); in TEST_P()
166 GetTestSourcePath("sandbox2/testcases/network_proxy"); in TEST_P()
208 GetTestSourcePath("sandbox2/testcases/network_proxy"); in TEST()
H A Dsanitizer_test.cc44 using ::sapi::GetTestSourcePath;
94 const std::string path = GetTestSourcePath("sandbox2/testcases/sanitizer"); in TEST()
111 const std::string path = GetTestSourcePath("sandbox2/testcases/sanitizer"); in TEST()
140 const std::string path = GetTestSourcePath("sandbox2/testcases/close_fds"); in TEST()
H A Dipc_test.cc35 using ::sapi::GetTestSourcePath;
46 const std::string path = GetTestSourcePath("sandbox2/testcases/ipc"); in TEST_P()
78 const std::string path = GetTestSourcePath("sandbox2/testcases/ipc"); in TEST_P()
108 const std::string path = GetTestSourcePath("sandbox2/testcases/ipc"); in TEST()
H A Dbuffer_test.cc40 using ::sapi::GetTestSourcePath;
62 const std::string path = GetTestSourcePath("sandbox2/testcases/buffer"); in TEST()
H A Dforkserver_test.cc36 using ::sapi::GetTestSourcePath;
49 const std::string path = GetTestSourcePath("sandbox2/testcases/minimal"); in GetMinimalTestcaseFd()
H A Dstack_trace_test.cc96 using ::sapi::GetTestSourcePath;
120 const std::string path = GetTestSourcePath("sandbox2/testcases/symbolize"); in SymbolizationWorksCommon()
275 const std::string path = GetTestSourcePath("sandbox2/testcases/symbolize"); in TEST()
H A Dlimits_test.cc34 using ::sapi::GetTestSourcePath;
37 return GetTestSourcePath("sandbox2/testcases/limits"); in GetLimitsTestcaseBinPath()
H A Dnamespace_test.cc50 using ::sapi::GetTestSourcePath;
67 return GetTestSourcePath(absl::StrCat("sandbox2/testcases/", bin_name)); in GetTestcaseBinPath()
H A Dmounts_test.cc39 using ::sapi::GetTestSourcePath;
210 GetTestSourcePath("sandbox2/testcases/minimal_dynamic")), in TEST()
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/util/
H A Dminielf_test.cc35 using ::sapi::GetTestSourcePath;
50 GetTestSourcePath("sandbox2/util/testdata/chrome_grte_header"), in TEST()
90 GetTestSourcePath("sandbox2/util/testdata/hello_world"), in TEST()
/aosp_15_r20/external/sandboxed-api/sandboxed_api/tools/filewrapper/
H A Dfilewrapper_test.cc27 using ::sapi::GetTestSourcePath;
41 GetTestSourcePath( in TEST()
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/examples/crc4/
H A Dcrc4sandbox_test.cc32 using ::sapi::GetTestSourcePath;
39 path_ = GetTestSourcePath("sandbox2/examples/crc4/crc4sandbox"); in SetUp()
/aosp_15_r20/external/sandboxed-api/sandboxed_api/
H A Dtesting.h88 std::string GetTestSourcePath(absl::string_view name);
H A Dtesting.cc59 std::string GetTestSourcePath(absl::string_view name) { in GetTestSourcePath() function