Searched refs:GetAndroidExpandOrError (Results 1 – 3 of 3) sorted by relevance
40 android::base::Result<std::string> GetAndroidExpandOrError();
1305 std::string android_expand = OR_RETURN_NON_FATAL(GetAndroidExpandOrError()); in cleanup()1326 std::string android_expand = OR_RETURN_NON_FATAL(GetAndroidExpandOrError()); in cleanUpPreRebootStagedFiles()1373 std::string android_expand = OR_LOG_AND_RETURN_OK(GetAndroidExpandOrError()); in deleteRuntimeArtifacts()1406 std::string android_expand = OR_LOG_AND_RETURN_OK(GetAndroidExpandOrError()); in getRuntimeArtifactsSize()
79 Result<std::string> GetAndroidExpandOrError() { in GetAndroidExpandOrError() function