Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Ddex2oat_environment_test.h68 odex_dir_ = odex_oat_dir_ + "/" + std::string(GetInstructionSetString(kRuntimeISA)); in SetUp()
69 ASSERT_EQ(0, mkdir(odex_dir_.c_str(), 0700)); in SetUp()
125 ClearDirectory(odex_dir_.c_str()); in TearDown()
126 ASSERT_EQ(0, rmdir(odex_dir_.c_str())); in TearDown()
177 return odex_dir_; in GetOdexDir()
239 std::string odex_dir_; variable