Searched refs:target_file (Results 1 – 4 of 4) sorted by relevance
15 vcdiff encode -dictionary file.dict < target_file > delta_file16 vcdiff decode -dictionary file.dict < delta_file > target_file
1346 FilePath target_file = temp_dir_.path().Append(L"Target.txt"); in TEST_F() local1347 CreateTextFile(target_file, L"This is the target."); in TEST_F()1364 result = shell->SetPath(target_file.value().c_str()); in TEST_F()1383 DeleteFile(target_file.value().c_str()); in TEST_F()1390 FilePath target_file = temp_dir_.path().Append(L"Target1.txt"); in TEST_F() local1391 CreateTextFile(target_file, file_contents); in TEST_F()1396 EXPECT_TRUE(file_util::CreateShortcutLink(target_file.value().c_str(), in TEST_F()1404 DeleteFile(target_file.value().c_str()); in TEST_F()
216 HANDLE target_file = ::CreateFile( in ReplaceFile() local224 if (target_file != INVALID_HANDLE_VALUE) in ReplaceFile()225 ::CloseHandle(target_file); in ReplaceFile()
55 void DownloadFile(const GURL& url, const FilePath& target_file,