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

  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_validator_factory.cc 51 base::FilePath src_path = src.virtual_path(); local
52 if (SupportedImageTypeValidator::SupportsFileType(src_path))
54 if (SupportedAudioVideoChecker::SupportsFileType(src_path))
media_file_validator_browsertest.cc 109 base::FilePath src_path = base.AppendASCII("src_fs"); local
110 ASSERT_TRUE(file_util::CreateDirectory(src_path));
114 base::MessageLoopProxy::current().get(), src_path));
126 base::FilePath test_file = src_path.AppendASCII(filename);
native_media_file_util_unittest.cc 329 base::FilePath src_path = root_path().AppendASCII("foo.jpg"); local
332 ASSERT_TRUE(file_util::WriteFile(src_path, kDummyData, strlen(kDummyData)));
435 base::FilePath src_path = root_path().AppendASCII("foo.jpg"); local
439 file_util::WriteFile(src_path, kDummyData, strlen(kDummyData)));
  /external/chromium/chrome/common/extensions/
extension_file_util_unittest.cc 107 FilePath src_path = temp.path().AppendASCII("some_dir"); local
108 ASSERT_TRUE(file_util::CreateDirectory(src_path));
111 ASSERT_TRUE(file_util::WriteFile(src_path.AppendASCII("some_file.txt"),
122 FilePath src_path = temp.path().Append(Extension::kLocaleFolder); local
123 ASSERT_TRUE(file_util::CreateDirectory(src_path));
134 FilePath src_path = temp.path().Append(Extension::kLocaleFolder); local
135 ASSERT_TRUE(file_util::CreateDirectory(src_path));
137 src_path = temp.path().AppendASCII("_some_dir");
138 ASSERT_TRUE(file_util::CreateDirectory(src_path));
extension_l10n_util_unittest.cc 29 FilePath src_path = temp.path().Append(Extension::kLocaleFolder); local
30 ASSERT_TRUE(file_util::CreateDirectory(src_path));
34 EXPECT_FALSE(extension_l10n_util::GetValidLocales(src_path,
45 FilePath src_path = temp.path().Append(Extension::kLocaleFolder); local
46 ASSERT_TRUE(file_util::CreateDirectory(src_path));
47 ASSERT_TRUE(file_util::CreateDirectory(src_path.AppendASCII("sr")));
51 EXPECT_FALSE(extension_l10n_util::GetValidLocales(src_path,
62 FilePath src_path = temp.path().Append(Extension::kLocaleFolder); local
63 ASSERT_TRUE(file_util::CreateDirectory(src_path));
65 FilePath locale_1 = src_path.AppendASCII("sr")
135 FilePath src_path = temp.path().Append(Extension::kLocaleFolder); local
154 FilePath src_path = temp.path().Append(Extension::kLocaleFolder); local
181 FilePath src_path = temp.path().Append(Extension::kLocaleFolder); local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
move_operation.cc 69 const base::FilePath& src_path = src_dest_info->first.path; local
77 Rename(src_id, src_path, new_name, new_name_has_hosted_extension,
88 const base::FilePath& src_path) {
101 if (src_path.DirName() == dest_dir_path) {
107 AddToDirectory(src_id, dest_dir_id, src_path, dest_dir_path,
126 const base::FilePath& src_path = src_dest_info->first.path; local
127 observer_->OnDirectoryChangedByOperation(src_path.DirName());
136 const base::FilePath& src_path,
143 if (src_path.BaseName() == new_name) {
144 callback.Run(FILE_ERROR_OK, src_path);
    [all...]
  /external/chromium_org/chrome/common/extensions/
extension_l10n_util_unittest.cc 33 base::FilePath src_path = temp.path().Append(kLocaleFolder); local
34 ASSERT_TRUE(file_util::CreateDirectory(src_path));
38 EXPECT_FALSE(extension_l10n_util::GetValidLocales(src_path,
49 base::FilePath src_path = temp.path().Append(kLocaleFolder); local
50 ASSERT_TRUE(file_util::CreateDirectory(src_path));
51 ASSERT_TRUE(file_util::CreateDirectory(src_path.AppendASCII("sr")));
55 EXPECT_FALSE(extension_l10n_util::GetValidLocales(src_path,
66 base::FilePath src_path = temp.path().Append(kLocaleFolder); local
67 ASSERT_TRUE(file_util::CreateDirectory(src_path));
69 base::FilePath locale_1 = src_path.AppendASCII("sr")
138 base::FilePath src_path = temp.path().Append(kLocaleFolder); local
157 base::FilePath src_path = temp.path().Append(kLocaleFolder); local
184 base::FilePath src_path = temp.path().Append(kLocaleFolder); local
    [all...]
extension_file_util_unittest.cc 141 base::FilePath src_path = temp.path().AppendASCII("some_dir"); local
142 ASSERT_TRUE(file_util::CreateDirectory(src_path));
145 ASSERT_TRUE(file_util::WriteFile(src_path.AppendASCII("some_file.txt"),
160 base::FilePath src_path = temp.path().Append(folders[i]); local
161 ASSERT_TRUE(file_util::CreateDirectory(src_path));
173 base::FilePath src_path = temp.path().Append(extensions::kLocaleFolder); local
174 ASSERT_TRUE(file_util::CreateDirectory(src_path));
176 src_path = temp.path().AppendASCII("_some_dir");
177 ASSERT_TRUE(file_util::CreateDirectory(src_path));
468 base::FilePath src_path = temp.path().AppendASCII("some_dir") local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
async_file_util.cc 284 base::FilePath src_path = util::ExtractDrivePathFromFileSystemUrl(src_url); local
286 if (src_path.empty() || dest_path.empty()) {
294 src_path, dest_path,
306 base::FilePath src_path = util::ExtractDrivePathFromFileSystemUrl(src_url); local
308 if (src_path.empty() || dest_path.empty()) {
316 src_path, dest_path,
  /external/chromium_org/cloud_print/virtual_driver/win/install/
setup.cc 241 base::FilePath src_path = driver_cache_path.Append(kDependencyList[i]); local
242 if (!base::PathExists(src_path))
243 src_path = GetSystemPath(kDependencyList[i]);
244 base::CopyFile(src_path, dst_path);
  /external/chromium_org/webkit/browser/fileapi/
obfuscated_file_util_unittest.cc 1800 FileSystemURL src_path = FileSystemURLAppendUTF8( local
    [all...]

Completed in 110 milliseconds