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

/art/runtime/
H A Ddex2oat_environment_test.h51 odex_dir_ = odex_oat_dir_ + "/" + std::string(GetInstructionSetString(kRuntimeISA));
52 ASSERT_EQ(0, mkdir(odex_dir_.c_str(), 0700));
96 ClearDirectory(odex_dir_.c_str());
97 ASSERT_EQ(0, rmdir(odex_dir_.c_str()));
176 return odex_dir_;
182 std::string odex_dir_; member in class:art::Dex2oatEnvironmentTest

Completed in 44 milliseconds