Searched refs:dex_files_open_attempted_ (Results 1 – 3 of 3) sorted by relevance
48 dex_files_open_attempted_(false), in ClassLoaderContext()54 dex_files_open_attempted_(true), in ClassLoaderContext()189 if (dex_files_open_attempted_) { in OpenDexFiles()194 dex_files_open_attempted_ = true; in OpenDexFiles()272 CHECK(!dex_files_open_attempted_) in RemoveLocationsFromClassPaths()451 CHECK(dex_files_open_attempted_) in CheckDexFilesOpened()453 << "attempt=" << dex_files_open_attempted_ << ", result=" << dex_files_open_result_; in CheckDexFilesOpened()679 DCHECK(dex_files_open_attempted_); in VerifyClassLoaderContextMatch()
239 bool dex_files_open_attempted_; variable
92 ASSERT_TRUE(context->dex_files_open_attempted_); in VerifyOpenDexFiles()136 ASSERT_TRUE(context->dex_files_open_attempted_); in VerifyContextForClassLoader()161 context->dex_files_open_attempted_ = true; in PretendContextOpenedDexFiles()