Searched refs:pre_reboot_tmp_dir_ (Results 1 – 3 of 3) sorted by relevance
113 pre_reboot_tmp_dir_(std::move(pre_reboot_tmp_dir)), in options_()340 const std::optional<std::string> pre_reboot_tmp_dir_; variable
2655 pre_reboot_tmp_dir_ = scratch_path_ + "/artd_tmp"; in SetUp()2656 std::filesystem::create_directories(pre_reboot_tmp_dir_); in SetUp()2671 pre_reboot_tmp_dir_, in SetUp()2688 std::string pre_reboot_tmp_dir_; member in art::artd::__anona3a1420d0111::ArtdPreRebootTest2722 Call(StrEq(pre_reboot_tmp_dir_ + "/art_apex_data"), in TEST_F()2730 Call(StrEq(pre_reboot_tmp_dir_ + "/odrefresh"), in TEST_F()2767 EXPECT_TRUE(std::filesystem::exists(pre_reboot_tmp_dir_ + "/preparation_done")); in TEST_F()2807 ASSERT_TRUE(WriteStringToFile("", pre_reboot_tmp_dir_ + "/classpath.txt")); in TEST_F()
1762 std::string tmp_dir = pre_reboot_tmp_dir_.value_or(kDefaultPreRebootTmpDir); in preRebootInit()