HomeSort by relevance Sort by last modified time
    Searched defs:to_file2 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/webkit/browser/fileapi/
native_file_util_unittest.cc 215 base::FilePath to_file2 = Path("tofile2"); local
231 NativeFileUtil::CopyOrMoveFile(from_file, to_file2, true));
237 EXPECT_TRUE(FileExists(to_file2));
238 EXPECT_EQ(1020, GetSize(to_file2));
local_file_util_unittest.cc 256 const char *to_file2 = "tofile2"; local
278 CreateURL(to_file2)));
284 EXPECT_TRUE(FileExists(to_file2));
285 EXPECT_EQ(1020, GetSize(to_file2));

Completed in 40 milliseconds