Searched refs:StringToFilePath (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/storage/browser/fileapi/
H A Ddump_file_system.cc80 if (!directory_db.GetFileWithPath(StringToFilePath("/"), &root_id))
190 const base::FilePath file_system_dir = storage::StringToFilePath(argv[1]);
H A Dsandbox_origin_database.cc263 *directory = StringToFilePath(path_string);
296 base::FilePath path = StringToFilePath(iter->value().ToString());
H A Dsandbox_directory_database.cc59 info->data_path = storage::StringToFilePath(data_path);
60 info->name = storage::StringToFilePath(name).value();
/external/chromium_org/storage/common/fileapi/
H A Dfile_system_util.h127 // - StringToFilePath(FilePathToString(path)) == path
128 // - StringToFilePath(FilePathToString(path) + "/" + "SubDirectory") ==
137 STORAGE_COMMON_EXPORT base::FilePath StringToFilePath(
H A Dfile_system_util.cc342 base::FilePath StringToFilePath(const std::string& file_path_string) { function in namespace:storage

Completed in 130 milliseconds