Home
last modified time | relevance | path

Searched refs:TestOnlySetListRootDir (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/artd/
H A Dpath_utils.h136 void TestOnlySetListRootDir(std::string_view root_dir);
H A Dpath_utils.cc346 void TestOnlySetListRootDir(std::string_view root_dir) { gListRootDir = root_dir; } in TestOnlySetListRootDir() function
H A Dartd_test.cc359 TestOnlySetListRootDir(scratch_path_); in SetUp()