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()
71 CommonArtTest::ClearDirectory(odex_dir_.c_str()); in TearDown()
72 ASSERT_EQ(0, rmdir(odex_dir_.c_str())); in TearDown()
87 const std::string& GetOdexDir() const { return odex_dir_; } in GetOdexDir()
92 std::string odex_dir_; variable