Home | History | Annotate | Download | only in fileapi

Lines Matching refs:URLForPath

120   FileSystemURL URLForPath(const std::string& path) const {
131 sandbox_file_system_.file_system_context(), URLForPath(path),
137 sandbox_file_system_.file_system_context(), URLForPath(path));
141 FileSystemURL url = URLForPath(path);
151 FileSystemURL url = URLForPath(path);
491 Move(URLForPath("a"), URLForPath("b"), FileSystemOperation::OPTION_NONE));
543 URLForPath("nonexistent/deset"),
568 Move(src_file, URLForPath("new"), FileSystemOperation::OPTION_NONE));
599 Move(src_dir, URLForPath("dest/new"), FileSystemOperation::OPTION_NONE));
647 Copy(URLForPath("a"), URLForPath("b"), FileSystemOperation::OPTION_NONE));
699 URLForPath("nonexistent/dest"),
711 FileSystemURL dest_file(URLForPath("dest/file"));
740 Copy(src_file, URLForPath("new"), FileSystemOperation::OPTION_NONE));
768 FileSystemURL dest_dir_new(URLForPath("dest"));
834 CopyInForeignFile(src_local_disk_file_path, URLForPath("dest/file")));
862 CopyInForeignFile(src_local_disk_file_path, URLForPath("dest/file")));
887 EXPECT_EQ(base::File::FILE_OK, CreateFile(URLForPath("new"), true));
894 EXPECT_EQ(base::File::FILE_OK, CreateFile(URLForPath("nonexistent"), false));
902 CreateDirectory(URLForPath("nonexistent/dir"), false, false));
928 CreateDirectory(URLForPath("new"), false, false));
936 CreateDirectory(URLForPath("new"), true, false));
944 GetMetadata(URLForPath("nonexistent")));
947 FileExists(URLForPath("nonexistent")));
950 DirectoryExists(URLForPath("nonexistent")));
989 ReadDirectory(URLForPath("nonexistent")));
1022 Remove(URLForPath("nonexistent"), false /* recursive */));