HomeSort by relevance Sort by last modified time
    Searched refs:FilePathToString (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/storage/browser/fileapi/
dump_file_system.cc 73 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) +
sandbox_directory_database.cc 35 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(
sandbox_origin_database.cc 79 std::string path = FilePathToString(db_path);
  /external/chromium_org/content/browser/fileapi/
sandbox_database_test_helper.cc 18 using storage::FilePathToString;
35 EXPECT_TRUE(leveldb::ParseFileName(FilePathToString(file_path.BaseName()),
84 EXPECT_TRUE(leveldb::ParseFileName(FilePathToString(file_path.BaseName()),
sandbox_directory_database_unittest.cc 23 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/
metadata_db_migration_util_unittest.cc 75 storage::FilePathToString(base_dir.path().Append(kDatabaseName));
  /external/chromium_org/storage/common/fileapi/
file_system_util.h 127 // - StringToFilePath(FilePathToString(path)) == path
128 // - StringToFilePath(FilePathToString(path) + "/" + "SubDirectory") ==
131 // TODO(tzik): Replace CreateFilePath and FilePathToString in
133 STORAGE_COMMON_EXPORT std::string FilePathToString(
file_system_util.cc 334 std::string FilePathToString(const base::FilePath& file_path) {
  /external/chromium_org/third_party/leveldatabase/
env_chromium_stdio.cc 159 if (FilePathToString(path.BaseName()).find("MANIFEST") == 0)
165 parent_dir_ = FilePathToString(ChromiumEnv::CreateFilePath(fname).DirName());
355 const std::string dir_string = FilePathToString(dir_filepath);
env_chromium_unittest.cc 136 std::string manifest_file_name = leveldb_env::FilePathToString(
147 std::string sst_file_name = leveldb_env::FilePathToString(
env_chromium.cc 331 std::string FilePathToString(const base::FilePath& file_path) {
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());
env_chromium_win.cc 160 if (FilePathToString(path.BaseName()).find("MANIFEST") == 0)
166 parent_dir_ = FilePathToString(ChromiumEnv::CreateFilePath(fname).DirName());
env_chromium.h 78 std::string FilePathToString(const base::FilePath& file_path);
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_internal_file_ref_backend.cc 244 dir_path + storage::FilePathToString(base::FilePath(it->name));
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_change_tracker.cc 477 storage::FilePathToString(base_path_.Append(kDatabaseName));

Completed in 117 milliseconds