Searched refs:upload_file_path (Results 1 – 5 of 5) sorted by relevance
110 const base::FilePath& upload_file_path) { in SetUploadFilePath() argument113 upload_file_path_ = upload_file_path; in SetUploadFilePath()
74 const base::FilePath& upload_file_path);
256 EXPECT_EQ(file_path, fetcher->upload_file_path()); in SuccessfulResponseToURLAndFilePath()257 if (file_path != fetcher->upload_file_path()) return false; in SuccessfulResponseToURLAndFilePath()
150 base::FilePath upload_file_path( in CreateTestFile() local154 upload_file_path, upload_file_data.data(), upload_file_data.size()); in CreateTestFile()156 return upload_file_path; in CreateTestFile()
162 const base::FilePath& upload_file_path() const { return upload_file_path_; } in upload_file_path() function