Searched refs:test_temp_dir (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/test/ |
D | operations_test.cpp | 2174 fs::path test_temp_dir = temp_dir; in temp_directory_path_tests() local 2199 guarded_tmp_vars vars(test_temp_dir.c_str(), 0, 0, 0); in temp_directory_path_tests() 2201 BOOST_TEST(equivalent(test_temp_dir, ph)); in temp_directory_path_tests() 2204 guarded_tmp_vars vars(0, test_temp_dir.c_str(), 0, 0); in temp_directory_path_tests() 2206 BOOST_TEST(equivalent(test_temp_dir, ph)); in temp_directory_path_tests() 2209 guarded_tmp_vars vars(0, 0, test_temp_dir.c_str(), 0); in temp_directory_path_tests() 2211 BOOST_TEST(equivalent(test_temp_dir, ph)); in temp_directory_path_tests() 2214 guarded_tmp_vars vars(0, 0, 0, test_temp_dir.c_str()); in temp_directory_path_tests() 2216 BOOST_TEST(equivalent(test_temp_dir, ph)); in temp_directory_path_tests() 2253 guarded_tmp_vars vars(test_temp_dir.string().c_str(), 0, 0, 0); in temp_directory_path_tests() [all …]
|
/aosp_15_r20/tools/netsim/rust/common/src/util/ |
H A D | zip_artifact.rs | 137 fn test_temp_dir() -> PathBuf { in test_temp_dir() function 143 let path = test_temp_dir(); in test_recurse_files() 173 let path = test_temp_dir(); in test_fetch_zip_files()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/ |
H A D | testtemp.c | 21 static void test_temp_dir(abts_case *tc, void *data) in test_temp_dir() function 50 abts_run_test(suite, test_temp_dir, NULL); in testtemp()
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_test_support.py | 124 def test_temp_dir(self): member in TestSupport
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_support.py | 146 def test_temp_dir(self): member in TestSupport
|