| /external/chromium_org/content/shell/browser/ |
| shell_layout_tests_android.cc | 27 base::FilePath GetTestFilesDirectory(JNIEnv* env) { 31 return base::FilePath(ConvertJavaStringToUTF8(directory)); 34 void EnsureCreateFIFO(const base::FilePath& path) { 72 base::FilePath files_dir(GetTestFilesDirectory(env)); 74 base::FilePath stdout_fifo(files_dir.Append(FILE_PATH_LITERAL("test.fifo"))); 77 base::FilePath stderr_fifo( 81 base::FilePath stdin_fifo(files_dir.Append(FILE_PATH_LITERAL("stdin.fifo")));
|
| /external/chromium_org/third_party/zlib/google/ |
| zip_reader.h | 63 const base::FilePath& file_path() const { return file_path_; } 90 const base::FilePath file_path_; 103 bool Open(const base::FilePath& zip_file_path); 142 bool LocateAndOpenEntry(const base::FilePath& path_in_zip); 151 bool ExtractCurrentEntryToFilePath(const base::FilePath& output_file_path); 160 const base::FilePath& output_file_path, 177 const base::FilePath& output_directory_path);
|
| /external/chromium_org/ui/shell_dialogs/ |
| select_file_dialog.h | 61 virtual void FileSelected(const base::FilePath& path, 65 // base::FilePath. Used for passing extra information (ex. display name). 76 const std::vector<base::FilePath>& files, void* params) {} 79 // base::FilePath. Used for passing extra information (ex. display name). 120 std::vector<std::vector<base::FilePath::StringType> > extensions; 167 const base::FilePath& default_path, 170 const base::FilePath::StringType& default_extension, 190 const base::FilePath& default_path, 193 const base::FilePath::StringType& default_extension,
|
| /external/chromium_org/chrome/browser/chromeos/drive/ |
| file_system_util.cc | 51 std::string ReadStringFromGDocFile(const base::FilePath& file_path, 94 const base::FilePath& GetDriveGrandRootPath() { 95 CR_DEFINE_STATIC_LOCAL(base::FilePath, grand_root_path, 100 const base::FilePath& GetDriveMyDriveRootPath() { 101 CR_DEFINE_STATIC_LOCAL(base::FilePath, drive_root_path, 106 base::FilePath GetDriveMountPointPathForUserIdHash( 108 static const base::FilePath::CharType kSpecialMountPointRoot[] = 111 return base::FilePath(kSpecialMountPointRoot).AppendASCII( 116 base::FilePath GetDriveMountPointPath(Profile* profile) { 170 GURL FilePathToDriveURL(const base::FilePath& path) [all...] |
| /external/chromium_org/net/base/ |
| filename_util_internal.cc | 23 void SanitizeGeneratedFileName(base::FilePath::StringType* filename, 25 const base::FilePath::CharType kReplace[] = FILE_PATH_LITERAL("-"); 91 bool IsShellIntegratedExtension(const base::FilePath::StringType& extension) { 92 base::FilePath::StringType extension_lower = StringToLowerASCII(extension); 112 bool IsReservedName(const base::FilePath::StringType& filename) { 165 base::FilePath* file_name) { 167 base::FilePath::StringType extension = file_name->Extension(); 172 base::FilePath::StringType preferred_mime_extension; 173 std::vector<base::FilePath::StringType> all_mime_extensions; 189 static const base::FilePath::CharType default_extension[] [all...] |
| /external/chromium_org/chrome/browser/extensions/api/file_handlers/ |
| app_file_handler_util.cc | 38 const base::FilePath& path) { 46 base::FilePath::kExtensionSeparator + 47 base::FilePath::FromUTF8Unsafe(*extension).value())) { 54 path.MatchesExtension(base::FilePath::StringType())) { 72 bool DoCheckWritableFile(const base::FilePath& path, bool is_directory) { 94 const std::vector<base::FilePath>& paths, 98 const base::Callback<void(const base::FilePath&)>& on_failure); 112 void Error(const base::FilePath& error_path); 117 void NonNativeLocalPathCheckDone(const base::FilePath& path, bool success); 120 const std::vector<base::FilePath> paths_ [all...] |
| /external/chromium_org/chrome/test/base/ |
| javascript_browser_test.cc | 14 const base::FilePath::CharType 19 const base::FilePath::CharType JavaScriptBrowserTest::kMockJSPath[] = 23 const base::FilePath::CharType JavaScriptBrowserTest::kWebUILibraryJS[] = 27 const base::FilePath::CharType JavaScriptBrowserTest::kWebUITestFolder[] = 30 void JavaScriptBrowserTest::AddLibrary(const base::FilePath& library_path) { 41 base::FilePath test_data_directory; 46 base::FilePath gen_test_data_directory; 51 base::FilePath source_root_directory; 55 base::FilePath resources_pack_path; 60 AddLibrary(base::FilePath(kMockJSPath)) [all...] |
| /external/chromium_org/chrome/test/nacl/ |
| nacl_browsertest_util.h | 72 virtual base::FilePath::StringType Variant() = 0; 75 virtual bool GetDocumentRoot(base::FilePath* document_root); 83 GURL TestURL(const base::FilePath::StringType& url_fragment); 92 void RunLoadTest(const base::FilePath::StringType& test_file); 103 void RunNaClIntegrationTest(const base::FilePath::StringType& url, 114 virtual base::FilePath::StringType Variant() OVERRIDE; 119 virtual base::FilePath::StringType Variant() OVERRIDE; 124 virtual base::FilePath::StringType Variant() OVERRIDE; 132 virtual base::FilePath::StringType Variant() OVERRIDE; 141 virtual base::FilePath::StringType Variant() OVERRIDE [all...] |
| /external/chromium_org/components/storage_monitor/ |
| test_volume_mount_watcher_win.cc | 19 base::FilePath GetTempRoot() { 22 base::FilePath temp_root = temp_dir.path(); 28 std::vector<base::FilePath> FakeGetSingleAttachedDevice() { 29 std::vector<base::FilePath> result; 34 base::FilePath temp_root = GetTempRoot(); 41 std::vector<base::FilePath> FakeGetAttachedDevices() { 42 std::vector<base::FilePath> result; 57 bool GetMassStorageDeviceDetails(const base::FilePath& device_path, 62 base::FilePath path(device_path); 64 path = base::FilePath(device_path.value().substr(0, 3)) [all...] |
| /external/chromium_org/remoting/host/ |
| pairing_registry_delegate_linux.cc | 42 base::FilePath registry_path = GetRegistryPath(); 46 for (base::FilePath pairing_file = enumerator.Next(); !pairing_file.empty(); 68 base::FilePath registry_path = GetRegistryPath(); 74 for (base::FilePath pairing_file = enumerator.Next(); !pairing_file.empty(); 84 base::FilePath registry_path = GetRegistryPath(); 85 base::FilePath pairing_file = registry_path.Append( 110 base::FilePath registry_path = GetRegistryPath(); 125 base::FilePath pairing_file = registry_path.Append( 137 base::FilePath registry_path = GetRegistryPath(); 138 base::FilePath pairing_file = registry_path.Append [all...] |
| /external/chromium_org/chrome/browser/chromeos/file_manager/ |
| zip_file_creator_browsertest.cc | 36 base::FilePath zip_archive_path() const { 40 base::FilePath zip_base_dir() const { 54 std::vector<base::FilePath> paths; 55 paths.push_back(base::FilePath(FILE_PATH_LITERAL("not.exist"))); 69 const base::FilePath kDir1(FILE_PATH_LITERAL("foo")); 70 const base::FilePath kFile1(kDir1.AppendASCII("bar")); 71 const base::FilePath kFile2(FILE_PATH_LITERAL("random")); 82 std::vector<base::FilePath> paths; 113 const base::FilePath out = dir_.path().AppendASCII("archived_content");
|
| /external/chromium_org/chrome/browser/chromeos/system_logs/ |
| command_line_log_source.cc | 27 CommandLine command(base::FilePath("/usr/bin/amixer")); 32 command = CommandLine((base::FilePath("/usr/bin/cras_test_client"))); 37 command = CommandLine((base::FilePath("/usr/bin/audio_diagnostics"))); 40 command = CommandLine((base::FilePath("/usr/bin/cras_test_client"))); 50 command = CommandLine((base::FilePath("/usr/bin/printenv"))); 53 command = CommandLine(base::FilePath("/usr/bin/setxkbmap")); 58 command = CommandLine(base::FilePath("/usr/bin/xinput")); 63 command = CommandLine(base::FilePath("/usr/bin/xrandr")); 69 command = CommandLine(base::FilePath("/bin/sh"));
|
| /external/chromium_org/chrome/browser/media_galleries/ |
| media_folder_finder_unittest.cc | 42 const std::vector<base::FilePath> roots, 68 const base::FilePath& fake_dir() const { 72 void CreateTestDir(const base::FilePath& parent_dir) { 80 void CreateTestFile(const base::FilePath& parent_dir, 120 base::FilePath test_file(parent_dir.AppendASCII("dummy." + extension)); 122 base::GetUniquePathNumber(test_file, base::FilePath::StringType()); 155 std::set<base::FilePath> expected_keys = 161 const base::FilePath& folder = it->first; 173 std::set<base::FilePath> GetKeysFromResults( 175 std::set<base::FilePath> keys [all...] |
| /external/chromium_org/chrome/browser/ |
| shell_integration.h | 112 const base::FilePath& profile_path); 118 static void AppendProfileArgs(const base::FilePath& profile_path, 130 const base::FilePath& profile_path); 135 const base::FilePath& profile_path); 139 const base::FilePath& profile_path); 152 static int MigrateShortcutsInPathInternal(const base::FilePath& chrome_exe, 153 const base::FilePath& path, 157 static base::FilePath GetStartMenuShortcut(const base::FilePath& chrome_exe);
|
| /external/chromium_org/chrome/browser/sync_file_system/ |
| subtree_set.cc | 27 bool SubtreeSet::IsDisjointWith(const base::FilePath& subtree_root) const { 28 base::FilePath::StringType normalized_subtree_root = 36 base::FilePath path(normalized_subtree_root); 49 bool SubtreeSet::insert(const base::FilePath& subtree_root) { 50 base::FilePath::StringType normalized_subtree_root = 58 base::FilePath path(normalized_subtree_root); 70 bool SubtreeSet::erase(const base::FilePath& subtree_root) { 71 base::FilePath::StringType normalized_subtree_root = 85 base::FilePath path(normalized_subtree_root);
|
| /external/chromium_org/chrome/common/ |
| auto_start_linux.cc | 16 const base::FilePath::CharType kAutostart[] = "autostart"; 18 base::FilePath GetAutostartDirectory(base::Environment* environment) { 19 base::FilePath result = base::nix::GetXDGDirectory( 34 base::FilePath autostart_directory = GetAutostartDirectory(environment.get()); 40 base::FilePath autostart_file = 61 base::FilePath autostart_directory = GetAutostartDirectory(environment.get()); 62 base::FilePath autostart_file = 70 base::FilePath autostart_directory = GetAutostartDirectory(environment.get()); 71 base::FilePath autostart_file =
|
| /external/chromium_org/apps/app_shim/ |
| app_shim_host_mac.h | 54 void OnLaunchApp(const base::FilePath& profile_dir, 57 const std::vector<base::FilePath>& files); 61 const std::vector<base::FilePath>& files); 73 virtual base::FilePath GetProfilePath() const OVERRIDE; 81 base::FilePath profile_path_;
|
| /external/chromium_org/base/ |
| native_library_win.cc | 20 NativeLibrary LoadNativeLibraryHelper(const FilePath& library_path, 29 FilePath current_directory; 31 FilePath plugin_path = library_path.DirName(); 57 NativeLibrary LoadNativeLibrary(const FilePath& library_path, 62 NativeLibrary LoadNativeLibraryDynamically(const FilePath& library_path) {
|
| /external/chromium_org/chrome/app/ |
| chrome_breakpad_client.h | 22 virtual bool GetAlternativeCrashDumpLocation(base::FilePath* crash_dir) 24 virtual void GetProductNameAndVersion(const base::FilePath& exe_path, 34 virtual bool GetIsPerUserInstall(const base::FilePath& exe_path) OVERRIDE; 44 virtual base::FilePath GetReporterLogFilename() OVERRIDE; 47 virtual bool GetCrashDumpLocation(base::FilePath* crash_dir) OVERRIDE;
|
| /external/chromium_org/chrome/browser/chromeos/ |
| customization_wallpaper_downloader.h | 42 const base::FilePath& wallpaper_dir, 43 const base::FilePath& wallpaper_downloaded_file, 87 const base::FilePath wallpaper_dir_; 90 const base::FilePath wallpaper_downloaded_file_; 93 const base::FilePath wallpaper_temporary_file_;
|
| /external/chromium_org/chrome/browser/chromeos/extensions/ |
| install_limiter.h | 39 const base::FilePath& path); 45 const base::FilePath& path); 49 const base::FilePath path; 59 const base::FilePath& path, 68 const base::FilePath& path);
|
| /external/chromium_org/chrome/browser/chromeos/login/demo_mode/ |
| demo_app_launcher.cc | 32 const base::FilePath::CharType kDefaultDemoAppPath[] = 36 base::FilePath* DemoAppLauncher::demo_app_path_ = NULL; 40 demo_app_path_ = new base::FilePath(kDefaultDemoAppPath); 61 void DemoAppLauncher::SetDemoAppPathForTesting(const base::FilePath& path) { 63 demo_app_path_ = new base::FilePath(path);
|
| /external/chromium_org/chrome/browser/component_updater/ |
| component_unpacker.h | 26 const base::FilePath& unpack_path); 97 const base::FilePath& path, 142 base::FilePath path_; 143 base::FilePath unpack_path_; 144 base::FilePath unpack_diff_path_;
|
| /external/chromium_org/chrome/browser/extensions/api/developer_private/ |
| developer_private_api.h | 129 void SetLastUnpackedDirectory(const base::FilePath& path); 131 base::FilePath& GetLastUnpackedDirectory() { 156 base::FilePath last_unpacked_directory_; 319 const base::FilePath& last_directory, 325 virtual void FileSelected(const base::FilePath& path) = 0; 341 virtual void FileSelected(const base::FilePath& path) OVERRIDE; 356 virtual void FileSelected(const base::FilePath& path) OVERRIDE; 371 virtual void OnPackSuccess(const base::FilePath& crx_file, 372 const base::FilePath& key_file) OVERRIDE; 413 void ClearExistingDirectoryContent(const base::FilePath& project_path) [all...] |
| entry_picker.cc | 19 base::FilePath* g_path_to_be_picked_for_test = NULL; 30 const base::FilePath& last_directory, 63 base::FilePath::StringType(), 70 void EntryPicker::FileSelected(const base::FilePath& path, 84 base::FilePath* path) {
|