Home
last modified time | relevance | path

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

/art/runtime/
Ddex2oat_environment_test.h63 odex_oat_dir_ = scratch_dir_ + "/oat"; in SetUp()
64 ASSERT_EQ(0, mkdir(odex_oat_dir_.c_str(), 0700)); in SetUp()
66 odex_dir_ = odex_oat_dir_ + "/" + std::string(GetInstructionSetString(kRuntimeISA)); in SetUp()
124 ClearDirectory(odex_oat_dir_.c_str()); in TearDown()
125 ASSERT_EQ(0, rmdir(odex_oat_dir_.c_str())); in TearDown()
178 std::string odex_oat_dir_; variable