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

  /external/chromium_org/base/i18n/
file_util_icu_unittest.cc 90 const char* original_path; member in struct:base::i18n::normalize_name_encoding_test_cases
102 FilePath path(kNormalizeFileNameEncodingTestCases[i].original_path);
  /external/chromium_org/chrome/browser/chromeos/drive/sync/
entry_revert_performer.cc 47 base::FilePath original_path; local
48 error = metadata->GetFilePath(local_id, &original_path);
58 original_path,
62 changed_files->Update(original_path, entry, FileChange::DELETE);
  /external/chromium_org/chrome/utility/extensions/
unpacker_unittest.cc 35 base::FilePath original_path; local
36 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &original_path));
37 original_path = original_path.AppendASCII("extensions")
40 ASSERT_TRUE(base::PathExists(original_path)) << original_path.value();
47 ASSERT_TRUE(base::CopyFile(original_path, crx_path)) <<
48 "Original path " << original_path.value() <<
  /external/chromium_org/chrome/browser/extensions/
sandboxed_unpacker_unittest.cc 77 base::FilePath original_path; local
78 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &original_path));
79 original_path = original_path.AppendASCII("extensions")
82 ASSERT_TRUE(base::PathExists(original_path)) << original_path.value();
85 original_path,
zipfile_installer_unittest.cc 91 base::FilePath original_path; local
92 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &original_path));
93 original_path = original_path.AppendASCII("extensions")
96 ASSERT_TRUE(base::PathExists(original_path)) << original_path.value();
104 original_path));
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iphoto_data_provider_browsertest.cc 330 base::FilePath original_path = variable
333 original_path.value());

Completed in 152 milliseconds