HomeSort by relevance Sort by last modified time
    Searched refs:android_data_ (Results 1 - 8 of 8) sorted by null

  /art/runtime/base/unix_file/
random_access_file_test.h 38 art::CommonRuntimeTest::SetUpAndroidData(android_data_);
42 art::CommonRuntimeTest::TearDownAndroidData(android_data_, true);
47 path = android_data_;
178 std::string android_data_; member in class:unix_file::RandomAccessFileTest
  /art/runtime/
dex2oat_environment_test.h 49 UniqueCPtr<const char[]> android_data_real(realpath(android_data_.c_str(), nullptr));
51 << "Could not get the realpath of the android data" << android_data_ << strerror(errno);
common_runtime_test.h 141 std::string android_data_; member in class:art::CommonRuntimeTestImpl
common_runtime_test.cc 386 SetUpAndroidData(android_data_);
387 dalvik_cache_.append(android_data_.c_str());
496 TearDownAndroidData(android_data_, true);
utils_test.cc 300 EXPECT_STREQ((android_data_ + "/dalvik-cache/.").c_str(), GetDalvikCache(".").c_str());
  /art/compiler/utils/
assembler_test_base.h 62 CommonRuntimeTest::SetUpAndroidData(android_data_);
67 CommonRuntimeTest::TearDownAndroidData(android_data_, false);
607 std::string android_data_; member in class:art::AssemblerTestInfrastructure
  /art/dexoptanalyzer/
dexoptanalyzer_test.cc 50 argv_str.push_back("--android-data=" + android_data_);
  /frameworks/native/cmds/installd/
otapreopt.cpp 227 android_data_ = *system_properties_.GetProperty(kAndroidDataPathPropertyName);
248 return android_data_;
989 std::string android_data_; member in class:android::installd::OTAPreoptService
    [all...]

Completed in 200 milliseconds