Searched refs:package_path_ (Results 1 – 1 of 1) sorted by relevance
52 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 MinadbdServicesTest170 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()