Searched refs:FilePathToString (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/storage/browser/fileapi/
H A Ddump_file_system.cc73 origin_name.c_str(), FilePathToString(origin_dir).c_str());
98 dirname + "/" + FilePathToString(base::FilePath(info.name));
127 FilePathToString(info.data_path).c_str());
140 FilePathToString(file_system_dir));
145 " in " + FilePathToString(file_system_dir));
192 ShowMessageAndExit(storage::FilePathToString(file_system_dir) +
H A Dsandbox_directory_database.cc35 data_path = storage::FilePathToString(info.data_path);
36 name = storage::FilePathToString(base::FilePath(info.name));
97 name = storage::FilePathToString(base::FilePath(child_name));
707 FilePathToString(filesystem_data_directory_.Append(
725 FilePathToString(filesystem_data_directory_.Append(
H A Dsandbox_origin_database.cc79 std::string path = FilePathToString(db_path);
/external/chromium_org/content/browser/fileapi/
H A Dsandbox_database_test_helper.cc18 using storage::FilePathToString;
35 EXPECT_TRUE(leveldb::ParseFileName(FilePathToString(file_path.BaseName()),
84 EXPECT_TRUE(leveldb::ParseFileName(FilePathToString(file_path.BaseName()),
H A Dsandbox_directory_database_unittest.cc23 using storage::FilePathToString;
109 FilePathToString(path().Append(kDirectoryDatabaseName)));
123 FilePathToString(base::FilePath(name)),
134 FilePathToString(base::FilePath(file_info.name))).ok());
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dmetadata_db_migration_util_unittest.cc75 storage::FilePathToString(base_dir.path().Append(kDatabaseName));
/external/chromium_org/storage/common/fileapi/
H A Dfile_system_util.h127 // - StringToFilePath(FilePathToString(path)) == path
128 // - StringToFilePath(FilePathToString(path) + "/" + "SubDirectory") ==
131 // TODO(tzik): Replace CreateFilePath and FilePathToString in
133 STORAGE_COMMON_EXPORT std::string FilePathToString(
H A Dfile_system_util.cc334 std::string FilePathToString(const base::FilePath& file_path) { function in namespace:storage
/external/chromium_org/third_party/leveldatabase/
H A Denv_chromium_stdio.cc159 if (FilePathToString(path.BaseName()).find("MANIFEST") == 0)
165 parent_dir_ = FilePathToString(ChromiumEnv::CreateFilePath(fname).DirName());
355 const std::string dir_string = FilePathToString(dir_filepath);
H A Denv_chromium_unittest.cc136 std::string manifest_file_name = leveldb_env::FilePathToString(
147 std::string sst_file_name = leveldb_env::FilePathToString(
H A Denv_chromium.cc331 std::string FilePathToString(const base::FilePath& file_path) { function in namespace:leveldb_env
466 result->push_back(FilePathToString(restored_table_name.BaseName()));
484 result->push_back(FilePathToString(*it));
656 *path = FilePathToString(test_directory_);
830 return FilePathToString(file.DirName());
H A Denv_chromium_win.cc160 if (FilePathToString(path.BaseName()).find("MANIFEST") == 0)
166 parent_dir_ = FilePathToString(ChromiumEnv::CreateFilePath(fname).DirName());
H A Denv_chromium.h78 std::string FilePathToString(const base::FilePath& file_path);
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_internal_file_ref_backend.cc244 dir_path + storage::FilePathToString(base::FilePath(it->name));
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_change_tracker.cc477 storage::FilePathToString(base_path_.Append(kDatabaseName));

Completed in 520 milliseconds