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

  /external/chromium_org/storage/browser/fileapi/
dump_file_system.cc 80 if (!directory_db.GetFileWithPath(StringToFilePath("/"), &root_id))
190 const base::FilePath file_system_dir = storage::StringToFilePath(argv[1]);
sandbox_origin_database.cc 263 *directory = StringToFilePath(path_string);
296 base::FilePath path = StringToFilePath(iter->value().ToString());
sandbox_directory_database.cc 59 info->data_path = storage::StringToFilePath(data_path);
60 info->name = storage::StringToFilePath(name).value();
  /external/chromium_org/storage/common/fileapi/
file_system_util.h 127 // - StringToFilePath(FilePathToString(path)) == path
128 // - StringToFilePath(FilePathToString(path) + "/" + "SubDirectory") ==
137 STORAGE_COMMON_EXPORT base::FilePath StringToFilePath(
file_system_util.cc 342 base::FilePath StringToFilePath(const std::string& file_path_string) {

Completed in 184 milliseconds