Searched refs:AsUTF8Unsafe (Results 1 - 25 of 187) sorted by relevance

12345678

/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dsearch_operation_unittest.cc46 EXPECT_TRUE(expected_results.count(results->at(i).path.AsUTF8Unsafe()))
47 << results->at(i).path.AsUTF8Unsafe();
86 EXPECT_TRUE(expected_results.count(results->at(i).path.AsUTF8Unsafe()))
87 << results->at(i).path.AsUTF8Unsafe();
107 EXPECT_TRUE(expected_results.count(results->at(i).path.AsUTF8Unsafe()))
108 << results->at(i).path.AsUTF8Unsafe();
H A Dmove_operation.cc45 base::FilePath(dest_path.Extension()).AsUTF8Unsafe();
52 dest_path.BaseName().RemoveExtension().AsUTF8Unsafe() :
53 dest_path.BaseName().AsUTF8Unsafe();
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsyncable_file_system_util_unittest.cc54 CreateFileSystemURL(kSyncableFileSystemRootURI + path.AsUTF8Unsafe());
68 CreateNormalizedFilePath(kPath).AsUTF8Unsafe();
91 kNonRegisteredFileSystemRootURI + normalized_path.AsUTF8Unsafe();
93 kNonSyncableFileSystemRootURI + normalized_path.AsUTF8Unsafe();
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_win.cc44 profile_->GetPath().BaseName().AsUTF8Unsafe().c_str(),
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Dmount_path_util_unittest.cc106 EXPECT_EQ(expected, result.AsUTF8Unsafe());
150 EXPECT_EQ(kFilePath.AsUTF8Unsafe(), parser.file_path().AsUTF8Unsafe());
173 EXPECT_EQ(kFilePath.AsUTF8Unsafe(), parser.file_path().AsUTF8Unsafe());
238 EXPECT_EQ(kFilePath.AsUTF8Unsafe(), parser.file_path().AsUTF8Unsafe());
262 EXPECT_EQ(kFilePath.AsUTF8Unsafe(), parser.file_path().AsUTF8Unsafe());
283 EXPECT_EQ(kFilePath.AsUTF8Unsafe(), parse
[all...]
/external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
H A Dcopy_entry.cc39 options.source_path = source_path_.AsUTF8Unsafe();
40 options.target_path = target_path_.AsUTF8Unsafe();
H A Dmove_entry.cc39 options.source_path = source_path_.AsUTF8Unsafe();
40 options.target_path = target_path_.AsUTF8Unsafe();
H A Dcreate_directory.cc40 options.directory_path = directory_path_.AsUTF8Unsafe();
H A Dcreate_file.cc37 options.file_path = file_path_.AsUTF8Unsafe();
/external/chromium_org/chrome/browser/chromeos/fileapi/
H A Dexternal_file_url_util_unittest.cc78 EXPECT_EQ(url.virtual_path().AsUTF8Unsafe(),
80 .AsUTF8Unsafe());
/external/chromium_org/chrome/browser/
H A Dload_library_perf_test.cc26 library_name.AsUTF8Unsafe(),
40 library_name.AsUTF8Unsafe(),
/external/chromium_org/base/
H A Dvalue_conversions.cc20 return new StringValue(in_value.AsUTF8Unsafe());
/external/chromium_org/chrome/common/media_galleries/
H A Dpicasa_test_util.cc63 filename_vector.push_back(test_folder_1_path.AsUTF8Unsafe());
66 filename_vector.push_back(test_folder_2_path.AsUTF8Unsafe());
70 name_vector.push_back(test_folder_1_path.BaseName().AsUTF8Unsafe());
73 name_vector.push_back(test_folder_2_path.BaseName().AsUTF8Unsafe());
/external/chromium_org/mojo/shell/
H A Dout_of_process_dynamic_service_runner.cc46 // TODO(vtl): |app_path.AsUTF8Unsafe()| is unsafe.
48 app_path.AsUTF8Unsafe(),
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Diapps_finder_impl_win.cc55 callback.Run(library_file.AsUTF8Unsafe());
67 callback.Run(library_file.AsUTF8Unsafe());
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dfile_manager_private_apitest.cc155 "mount_path1").AsUTF8Unsafe(),
163 "mount_path2").AsUTF8Unsafe(),
171 "mount_path3").AsUTF8Unsafe(),
179 "mount_path3/archive.zip").AsUTF8Unsafe(),
181 "archive_mount_path").AsUTF8Unsafe(),
255 "archive_mount_path").AsUTF8Unsafe(),
H A Dprivate_api_mount.cc158 SetResult(new base::StringValue(file_path.AsUTF8Unsafe()));
164 file_path.AsUTF8Unsafe(),
165 base::FilePath(display_name.Extension()).AsUTF8Unsafe(),
166 display_name.AsUTF8Unsafe(),
243 log_string += volume_info_list[i].mount_path.AsUTF8Unsafe();
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dsearch_metadata_unittest.cc195 result->at(0).path.AsUTF8Unsafe());
217 result->at(0).path.AsUTF8Unsafe());
239 result->at(0).path.AsUTF8Unsafe());
241 result->at(1).path.AsUTF8Unsafe());
262 result->at(0).path.AsUTF8Unsafe());
280 EXPECT_EQ("drive/root/Directory 1", result->at(0).path.AsUTF8Unsafe());
300 result->at(0).path.AsUTF8Unsafe());
336 result->at(0).path.AsUTF8Unsafe());
357 result->at(0).path.AsUTF8Unsafe());
359 result->at(1).path.AsUTF8Unsafe());
[all...]
/external/chromium_org/third_party/leveldatabase/
H A Denv_chromium_unittest.cc198 Status status = DB::Open(options, dir.AsUTF8Unsafe(), &db);
216 status = leveldb::DB::Open(options, dir.AsUTF8Unsafe(), &db);
229 options.env->DeleteFile(ldb_file.AsUTF8Unsafe());
243 leveldb::Status status = env->GetChildren(dir.AsUTF8Unsafe(), &result);
254 FILE* f = fopen(new_file_dir.AsUTF8Unsafe().c_str(), "w");
262 leveldb::Status status = env->GetChildren(dir.AsUTF8Unsafe(), &result);
267 status = env->GetChildren(dir.AsUTF8Unsafe(), &result);
/external/chromium_org/content/browser/download/
H A Ddownload_net_log_parameters.cc81 dict->SetString("old_filename", old_filename->AsUTF8Unsafe());
82 dict->SetString("new_filename", new_filename->AsUTF8Unsafe());
155 dict->SetString("file_name", file_name->AsUTF8Unsafe());
177 dict->SetString("old_filename", old_filename->AsUTF8Unsafe());
178 dict->SetString("new_filename", new_filename->AsUTF8Unsafe());
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dimage_writer_private_apitest.cc40 expected1->storage_unit_id = test_utils_.GetDevicePath().AsUTF8Unsafe();
51 expected2->storage_unit_id = test_utils_.GetDevicePath().AsUTF8Unsafe();
H A Doperation_manager_unittest.cc114 test_utils_.GetDevicePath().AsUTF8Unsafe(),
139 test_utils_.GetDevicePath().AsUTF8Unsafe(),
H A Dwrite_from_file_operation_unittest.cc31 test_utils_.GetDevicePath().AsUTF8Unsafe());
54 test_utils_.GetDevicePath().AsUTF8Unsafe());
/external/chromium_org/gin/test/
H A Dfile.cc44 path.AsUTF8Unsafe());
59 names.push_back(name.BaseName().AsUTF8Unsafe());
/external/chromium_org/base/files/
H A Dmemory_mapped_file.cc41 DLOG(ERROR) << "Couldn't open " << file_name.AsUTF8Unsafe();

Completed in 4058 milliseconds

12345678