HomeSort by relevance Sort by last modified time
    Searched refs:FromUTF8Unsafe (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util_unittest.cc 47 base::FilePath::FromUTF8Unsafe(UTF16ToUTF8(utf16_string) + ".txt"));
53 base::FilePath::FromUTF8Unsafe("/wherever/foo.txt")));
55 base::FilePath::FromUTF8Unsafe("/special/foo.txt")));
57 base::FilePath::FromUTF8Unsafe("/special/drivex/foo.txt")));
59 base::FilePath::FromUTF8Unsafe("special/drivex/foo.txt")));
62 base::FilePath::FromUTF8Unsafe("/special/drive")));
64 base::FilePath::FromUTF8Unsafe("/special/drive/foo.txt")));
66 base::FilePath::FromUTF8Unsafe("/special/drive/subdir/foo.txt")));
72 base::FilePath::FromUTF8Unsafe("/wherever/foo.txt")));
75 base::FilePath::FromUTF8Unsafe("/special/foo.txt")))
    [all...]
resource_metadata_unittest.cc 258 base::FilePath::FromUTF8Unsafe("drive/root/dir1/file4"),
269 base::FilePath::FromUTF8Unsafe("drive/root/dir1/non_existing"),
279 base::FilePath::FromUTF8Unsafe("drive"),
289 base::FilePath::FromUTF8Unsafe("non_existing"),
299 base::FilePath::FromUTF8Unsafe("non_existing/root"),
311 base::FilePath::FromUTF8Unsafe("drive/root/dir1"),
327 base::FilePath::FromUTF8Unsafe("drive/root/non_existing"),
337 base::FilePath::FromUTF8Unsafe("drive/root/dir1/file4"),
348 base::FilePath::FromUTF8Unsafe("drive/root/dir1/file4"),
349 base::FilePath::FromUTF8Unsafe("drive/root/dir1/file5")
    [all...]
change_list_processor_unittest.cc 94 base::FilePath::FromUTF8Unsafe(path), entry.get());
198 base::FilePath::FromUTF8Unsafe("drive/root")));
200 base::FilePath::FromUTF8Unsafe("drive/root/New Directory")));
233 base::FilePath::FromUTF8Unsafe("drive/root")));
235 base::FilePath::FromUTF8Unsafe("drive/root/Directory 1")));
237 base::FilePath::FromUTF8Unsafe(
240 base::FilePath::FromUTF8Unsafe(
275 base::FilePath::FromUTF8Unsafe("drive/root")));
277 base::FilePath::FromUTF8Unsafe("drive/root/Directory 1")));
313 base::FilePath::FromUTF8Unsafe("drive/root")))
    [all...]
  /external/chromium_org/webkit/common/fileapi/
directory_entry.cc 15 : name(base::FilePath::FromUTF8Unsafe(name).value()),
  /external/chromium_org/net/tools/crl_set_dump/
crl_set_dump.cc 34 crl_set_filename = base::FilePath::FromUTF8Unsafe(argv[1]);
36 delta_filename = base::FilePath::FromUTF8Unsafe(argv[2]);
38 output_filename = base::FilePath::FromUTF8Unsafe(argv[3]);
  /external/chromium_org/chrome/browser/nacl_host/test/
mock_nacl_gdb.cc 53 file_util::WriteFile(base::FilePath::FromUTF8Unsafe(nacl_gdb_script),
61 file_util::WriteFile(base::FilePath::FromUTF8Unsafe(mock_nacl_gdb_file),
  /external/chromium_org/webkit/browser/fileapi/
sandbox_context_unittest.cc 25 kOrigin, kFileSystemTypeTemporary, base::FilePath::FromUTF8Unsafe(path));
58 base::FilePath::FromUTF8Unsafe("foo"))));
file_system_url_unittest.cc 173 base::FilePath::FromUTF8Unsafe("a"));
176 base::FilePath::FromUTF8Unsafe("b"));
179 base::FilePath::FromUTF8Unsafe("a"));
182 base::FilePath::FromUTF8Unsafe("a"));
185 base::FilePath::FromUTF8Unsafe("a"));
sandbox_file_system_test_helper.h 63 return CreateURL(base::FilePath::FromUTF8Unsafe(utf8));
  /external/chromium_org/ppapi/proxy/
flash_file_resource.cc 63 base::FilePath::FromUTF8Unsafe(path_from));
65 base::FilePath::FromUTF8Unsafe(path_to));
77 base::FilePath::FromUTF8Unsafe(path));
89 base::FilePath::FromUTF8Unsafe(path));
108 base::FilePath::FromUTF8Unsafe(path));
184 PepperFilePath pepper_path(domain_type, base::FilePath::FromUTF8Unsafe(path));
209 PepperFilePath pepper_path(domain_type, base::FilePath::FromUTF8Unsafe(path));
  /external/chromium_org/base/
value_conversions.cc 25 *file_path = FilePath::FromUTF8Unsafe(str);
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_watcher_unittest.cc 35 base::FilePath::FromUTF8Unsafe("foo/bar.txt");
52 base::FilePath::FromUTF8Unsafe("foo/bar.txt");
80 base::FilePath::FromUTF8Unsafe("foo/bar.txt");
111 base::FilePath::FromUTF8Unsafe("foo/bar.txt");
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
itunes_file_util_unittest.cc 204 base::FilePath::FromUTF8Unsafe(virtual_path));
245 EXPECT_EQ(base::FilePath::FromUTF8Unsafe(kITunesLibraryXML).value(),
247 EXPECT_EQ(base::FilePath::FromUTF8Unsafe(kITunesMediaDir).value(),
263 EXPECT_EQ(base::FilePath::FromUTF8Unsafe(kITunesMusicDir).value(),
281 EXPECT_EQ(base::FilePath::FromUTF8Unsafe(kITunesAutoAddDir).value(),
283 EXPECT_EQ(base::FilePath::FromUTF8Unsafe(kITunesMusicDir).value(),
  /external/chromium_org/chrome/browser/google_apis/
base_requests_server_unittest.cc 87 base::FilePath::FromUTF8Unsafe("cached_testfile.txt")));
121 base::FilePath::FromUTF8Unsafe("cache_no-such-file.txt")));
  /external/chromium_org/chrome/browser/profiles/
profile_loader_unittest.cc 75 base::FilePath::FromUTF8Unsafe("fake/profile 1");
77 base::FilePath::FromUTF8Unsafe("fake/profile 2");
  /external/chromium_org/apps/
app_launch_for_metro_restart_win.cc 55 base::FilePath profile_dir = base::FilePath::FromUTF8Unsafe(
  /external/chromium_org/chrome/browser/component_updater/
component_patcher_operation.cc 68 base::FilePath::FromUTF8Unsafe(output_rel_path));
145 base::FilePath::FromUTF8Unsafe(patch_rel_path));
175 base::FilePath::FromUTF8Unsafe(patch_rel_path));
207 base::FilePath::FromUTF8Unsafe(patch_rel_path));
  /external/chromium_org/chrome/browser/component_updater/test/
test_installer.cc 79 *installed_file = path.Append(base::FilePath::FromUTF8Unsafe(file));
  /external/chromium_org/chrome/browser/extensions/api/serial/
serial_connection.cc 48 base::FilePath::FromUTF8Unsafe(MaybeFixUpPortName(port_)));
  /external/chromium_org/chrome/utility/media_galleries/
picasa_albums_indexer.cc 52 folder_path_.Append(base::FilePath::FromUTF8Unsafe(section)));
  /external/chromium_org/ppapi/shared_impl/
file_ref_util.cc 41 base::FilePath file_path = base::FilePath::FromUTF8Unsafe(path);
  /external/chromium_org/chrome/common/extensions/api/storage/
storage_schema_manifest_handler.cc 42 base::FilePath file = base::FilePath::FromUTF8Unsafe(path);
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
remove_operation_unittest.cc 55 operation.Remove(base::FilePath::FromUTF8Unsafe("drive/root/Dummy file.txt"),
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_messaging_host_manifest.cc 96 (path_ = base::FilePath::FromUTF8Unsafe(path)).empty()) {
native_messaging_host_manifest_unittest.cc 87 EXPECT_EQ(manifest->path(), base::FilePath::FromUTF8Unsafe(kTestHostPath));

Completed in 1043 milliseconds

1 2 3 4 5