HomeSort by relevance Sort by last modified time
    Searched refs:FilePath (Results 651 - 675 of 3914) sorted by null

<<21222324252627282930>>

  /external/chromium_org/content/browser/fileapi/
file_system_context_unittest.cc 85 const base::FilePath& expect_path,
86 const base::FilePath& expect_virtual_path,
118 base::FilePath(DRIVE FPL("/test/isolated/root")),
125 base::FilePath(DRIVE FPL("/test/sys/"))));
135 base::FilePath(
137 base::FilePath::FromUTF8Unsafe(isolated_id).Append(FPL("root/file")).
149 base::FilePath(
151 base::FilePath(FPL("system/root/file")).NormalizePathSeparators(),
169 base::FilePath(DRIVE FPL("/test/sys/"))));
187 base::FilePath(
    [all...]
  /external/chromium_org/chrome/browser/
shell_integration_linux_unittest.cc 83 base::FilePath path;
85 EXPECT_EQ(base::FilePath("/user/path"), path);
92 base::FilePath path;
94 EXPECT_EQ(base::FilePath("/home/user/.local/share"), path);
100 base::FilePath path;
117 ElementsAre(base::FilePath("/user/path"),
118 base::FilePath("/system/path/1"),
119 base::FilePath("/system/path/2")));
129 ElementsAre(base::FilePath("/home/user/.local/share"),
130 base::FilePath("/system/path/1")
    [all...]
browser_encoding_browsertest.cc 103 static const base::FilePath::CharType* kTestDir =
115 const base::FilePath& expected) {
118 base::FilePath full_file_name = save_dir_.AppendASCII(filename_to_write);
132 base::FilePath expected_file_name = ui_test_utils::GetTestFilePath(
133 base::FilePath(kTestDir), expected);
149 base::FilePath save_dir_;
150 base::FilePath temp_sub_resource_dir_;
161 base::FilePath test_dir_path = base::FilePath(kTestDir).AppendASCII(
163 base::FilePath test_file_path(test_dir_path)
    [all...]
shell_integration_linux.cc 91 const base::FilePath& shortcut_filename) {
100 base::FilePath temp_file_path = temp_dir.path().Append(
144 bool CreateShortcutOnDesktop(const base::FilePath& shortcut_filename,
149 base::FilePath desktop_path;
185 void DeleteShortcutOnDesktop(const base::FilePath& shortcut_filename) {
186 base::FilePath desktop_path;
195 bool CreateShortcutInApplicationsMenu(const base::FilePath& shortcut_filename,
197 const base::FilePath& directory_filename,
203 base::FilePath temp_directory_path;
215 base::FilePath temp_file_path = temp_dir.path().Append(shortcut_filename)
    [all...]
  /external/chromium_org/content/common/fileapi/
file_system_util_unittest.cc 27 base::FilePath virtual_path;
32 base::FilePath expected_path(FILE_PATH_LITERAL("foo\\bar"));
34 base::FilePath expected_path(FILE_PATH_LITERAL("foo/bar"));
55 const base::FilePath::StringType path;
56 const base::FilePath::StringType base_name;
73 base::FilePath input = base::FilePath(test_cases[i].path);
74 base::FilePath base_name = VirtualPath::BaseName(input);
81 const base::FilePath::StringType path;
82 const base::FilePath::StringType dir_name
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
fileapi_worker_unittest.cc 36 TestFileSystemForOpenFile(const base::FilePath& local_file_path,
43 virtual void OpenFile(const base::FilePath& file_path,
62 const base::FilePath local_file_path_;
71 const base::FilePath& expected_written_path,
162 const base::FilePath kDummyPath = base::FilePath::FromUTF8Unsafe("whatever");
165 base::FilePath temp_path;
181 const base::FilePath kDummyPath = base::FilePath::FromUTF8Unsafe("whatever");
185 base::FilePath temp_path
    [all...]
  /external/chromium_org/chrome/browser/component_updater/
swiftshader_component_installer.cc 42 const base::FilePath::CharType kSwiftShaderEglName[] =
44 const base::FilePath::CharType kSwiftShaderGlesName[] =
49 const base::FilePath::CharType kSwiftShaderBaseDirectory[] =
57 base::FilePath GetSwiftShaderBaseDirectory() {
58 base::FilePath result;
67 bool GetLatestSwiftShaderDirectory(base::FilePath* result,
69 std::vector<base::FilePath>* older_dirs) {
70 base::FilePath base_dir = GetSwiftShaderBaseDirectory();
74 for (base::FilePath path = file_enumerator.Next(); !path.value().empty();
95 void RegisterSwiftShaderWithChrome(const base::FilePath& path)
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
obfuscated_file_util.h 106 const base::FilePath& file_system_directory,
131 base::FilePath* platform_file) OVERRIDE;
138 base::FilePath* local_path) OVERRIDE;
156 const base::FilePath& src_file_path,
169 base::FilePath* platform_path) OVERRIDE;
191 base::FilePath GetDirectoryForOriginAndType(
219 static int64 ComputeFilePathCost(const base::FilePath& path);
241 const base::FilePath& file_system_directory,
245 base::FilePath GetDirectoryForURL(
260 base::FilePath* platform_file_path)
    [all...]
  /external/chromium_org/apps/
app_load_service.h 41 base::FilePath current_dir;
55 bool LoadAndLaunch(const base::FilePath& extension_path,
57 const base::FilePath& current_dir);
  /external/chromium_org/apps/app_shim/
app_shim_handler_mac.h 32 virtual base::FilePath GetProfilePath() const = 0;
71 const std::vector<base::FilePath>& files) = 0;
81 const std::vector<base::FilePath>& files) = 0;
  /external/chromium_org/base/
event_recorder.h 20 class FilePath;
48 bool StartRecording(const FilePath& filename);
58 bool StartPlayback(const FilePath& filename);
value_conversions.cc 19 StringValue* CreateFilePathValue(const FilePath& in_value) {
23 bool GetValueAsFilePath(const Value& value, FilePath* file_path) {
28 *file_path = FilePath::FromUTF8Unsafe(str);
  /external/chromium_org/base/files/
file_path_watcher.h 19 // This class lets you register interest in changes on a FilePath.
21 // FilePath is changed, including created or deleted. Due to limitations in the
33 typedef base::Callback<void(const FilePath& path, bool error)> Callback;
41 virtual bool Watch(const FilePath& path,
101 bool Watch(const FilePath& path, bool recursive, const Callback& callback);
memory_mapped_file.h 19 class FilePath;
52 bool Initialize(const FilePath& file_name);
64 bool InitializeAsImageSection(const FilePath& file_name);
  /external/chromium_org/base/process/
process_handle_freebsd.cc 25 FilePath GetProcessExecutablePath(ProcessHandle process) {
34 return FilePath();
37 return FilePath(std::string(pathname));
process_iterator.cc 37 const FilePath::StringType& executable_name,
47 executable_name_ = FilePath::StringType(executable_name_,
56 int GetProcessCount(const FilePath::StringType& executable_name,
  /external/chromium_org/chrome/browser/apps/
ephemeral_app_browsertest.h 30 base::FilePath GetTestPath(const char* test_path);
39 const base::FilePath& test_dir,
40 const base::FilePath& pem_path);
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
create_directory_operation.h 16 class FilePath;
49 void CreateDirectory(const base::FilePath& directory_path,
59 const std::set<base::FilePath>* changed_directories,
create_file_operation.h 14 class FilePath;
47 void CreateFile(const base::FilePath& file_path,
55 const base::FilePath& file_path,
remove_operation.h 16 class FilePath;
48 void Remove(const base::FilePath& path,
56 const base::FilePath* changed_directory_path,
touch_operation.h 16 class FilePath;
46 void TouchFile(const base::FilePath& file_path,
53 void TouchFileAfterUpdateLocalState(const base::FilePath& file_path,
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_handler_api.h 57 const base::FilePath& suggested_name,
105 void OnFilePathSelected(bool success, const base::FilePath& full_path);
140 std::vector<std::pair<base::FilePath, int> > permissions_to_grant_;
  /external/chromium_org/chrome/browser/chromeos/file_manager/
open_with_browser.cc 35 const base::FilePath::CharType kPdfExtension[] = FILE_PATH_LITERAL(".pdf");
36 const base::FilePath::CharType kSwfExtension[] = FILE_PATH_LITERAL(".swf");
39 const base::FilePath::CharType* kFileExtensionsViewableInBrowser[] = {
56 bool IsViewableInBrowser(const base::FilePath& file_path) {
65 const base::FilePath& plugin_path) {
83 base::FilePath plugin_path;
91 base::FilePath plugin_path(
121 GURL ReadUrlFromGDocOnBlockingPool(const base::FilePath& file_path) {
130 bool OpenFileWithBrowser(Profile* profile, const base::FilePath& file_path) {
174 const base::FilePath::StringType& file_extension)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
open_file.h 17 class FilePath;
35 const base::FilePath& file_path,
49 base::FilePath file_path_;
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_controller.h 15 class FilePath;
65 virtual void StartBurnImage(const base::FilePath& target_device_path,
66 const base::FilePath& target_file_path) = 0;

Completed in 664 milliseconds

<<21222324252627282930>>