Home
last modified time | relevance | path

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

/art/runtime/
Ddex2oat_environment_test.h66 odex_dir_ = odex_oat_dir_ + "/" + std::string(GetInstructionSetString(kRuntimeISA)); in SetUp()
67 ASSERT_EQ(0, mkdir(odex_dir_.c_str(), 0700)); in SetUp()
121 ClearDirectory(odex_dir_.c_str()); in TearDown()
122 ASSERT_EQ(0, rmdir(odex_dir_.c_str())); in TearDown()
173 return odex_dir_; in GetOdexDir()
179 std::string odex_dir_; variable