Home
last modified time | relevance | path

Searched refs:package_path_ (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/minadbd/
Dminadbd_services_test.cpp52 package_path_ = std::string(mount_point_.path) + "/" + FUSE_SIDELOAD_HOST_FILENAME; in SetUp()
80 if (stat(package_path_.c_str(), &sb) == 0) { in WaitForFusePath()
119 std::string package_path_; member in MinadbdServicesTest
170 android::base::unique_fd fd(TEMP_FAILURE_RETRY(open(package_path_.c_str(), O_RDONLY))); in TEST_F()
174 PLOG(ERROR) << "Failed to open " << package_path_; in TEST_F()
179 PLOG(ERROR) << "Failed to read from " << package_path_; in TEST_F()