Searched
full:filepath (Results
451 -
475 of
4655) sorted by null
<<11121314151617181920>>
/external/chromium_org/cloud_print/virtual_driver/win/install/ |
setup.cc | 65 base::FilePath GetSystemPath(const base::string16& binary) { 66 base::FilePath path; 74 base::FilePath GetNativeSystemPath(const base::string16& binary) { 77 base::FilePath path; 88 base::FilePath net_path = GetNativeSystemPath(L"net"); 103 HRESULT RegisterPortMonitor(bool install, const base::FilePath& install_path) { 105 base::FilePath target_path = GetNativeSystemPath(GetPortMonitorDllName()); 111 base::FilePath source_path = 123 base::FilePath regsvr32_path = GetNativeSystemPath(L"regsvr32.exe"); 192 const base::FilePath* temp_path [all...] |
/external/chromium_org/apps/shell/test/ |
shell_test.h | 13 class FilePath; 39 bool LoadAndLaunchApp(const base::FilePath& app_dir);
|
/external/chromium_org/base/android/ |
content_uri_utils.cc | 19 bool ContentUriExists(const FilePath& content_uri) { 27 File OpenContentUriForRead(const FilePath& content_uri) {
|
content_uri_utils.h | 21 BASE_EXPORT File OpenContentUriForRead(const FilePath& content_uri); 24 BASE_EXPORT bool ContentUriExists(const FilePath& content_uri);
|
fifo_utils.cc | 14 bool CreateFIFO(const FilePath& path, int mode) { 20 bool RedirectStream(FILE* stream, const FilePath& path, const char* mode) {
|
/external/chromium_org/base/test/ |
perf_log.h | 10 class FilePath; 15 bool InitPerfLog(const FilePath& log_path);
|
scoped_path_override.h | 13 class FilePath; 24 ScopedPathOverride(int key, const FilePath& dir);
|
test_shortcut_win.cc | 22 void ValidatePathsAreEqual(const base::FilePath& expected_path, 23 const base::FilePath& actual_path) { 42 base::FilePath long_expected_path(long_expected_path_chars); 43 base::FilePath long_actual_path(long_actual_path_chars); 50 void ValidateShortcut(const base::FilePath& shortcut_path, 84 ValidatePathsAreEqual(properties.target, base::FilePath(read_target)); 91 base::FilePath(read_working_dir)); 109 ValidatePathsAreEqual(properties.icon, base::FilePath(read_icon));
|
/external/chromium_org/chrome/app/ |
chrome_main_mac.h | 9 class FilePath; 14 void CheckUserDataDirPolicy(base::FilePath* user_data_dir);
|
/external/chromium_org/chrome/browser/ |
chrome_process_finder_win.h | 11 class FilePath; 23 HWND FindRunningChromeWindow(const base::FilePath& user_data_dir);
|
chrome_process_singleton.cc | 8 const base::FilePath& user_data_dir, 18 const base::FilePath& user_data_dir,
|
iframe_browsertest.cc | 18 base::FilePath(), base::FilePath().AppendASCII(file));
|
platform_util_android.cc | 13 void ShowItemInFolder(Profile* profile, const base::FilePath& full_path) { 17 void OpenItem(Profile* profile, const base::FilePath& full_path) {
|
/external/chromium_org/chrome/browser/chromeos/app_mode/ |
kiosk_app_data_delegate.h | 11 class FilePath; 19 virtual void GetKioskAppIconCacheDir(base::FilePath* cache_dir) = 0;
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
download_handler.h | 38 const base::FilePath& drive_tmp_download_path); 48 typedef base::Callback<void(const base::FilePath&)> 52 const base::FilePath& drive_path, 59 void SetDownloadParams(const base::FilePath& drive_path, 63 base::FilePath GetTargetPath(const content::DownloadItem* download); 66 base::FilePath GetCacheFilePath(const content::DownloadItem* download); 98 const base::FilePath* cache_file_path, 112 base::FilePath drive_tmp_download_path_;
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
user_cloud_policy_store_chromeos.h | 48 const base::FilePath& user_policy_key_dir, 49 const base::FilePath& legacy_token_cache_file, 50 const base::FilePath& legacy_policy_cache_file); 101 static void RemoveLegacyCacheDir(const base::FilePath& dir); 107 static void LoadPolicyKey(const base::FilePath& path, 129 base::FilePath user_policy_key_dir_; 135 base::FilePath legacy_cache_dir_; 140 base::FilePath policy_key_path_;
|
/external/chromium_org/chrome/browser/extensions/api/downloads_internal/ |
downloads_internal_api.cc | 26 base::FilePath::StringType filename; 33 base::FilePath(filename),
|
/external/chromium_org/chrome/browser/extensions/ |
sandboxed_unpacker_unittest.cc | 34 base::FilePath temp_dir() const { return temp_dir_; } 39 virtual void OnUnpackSuccess(const base::FilePath& temp_dir, 40 const base::FilePath& extension_root, 54 base::FilePath temp_dir_; 77 base::FilePath original_path; 98 base::FilePath GetInstallPath() { 114 base::FilePath install_path = 122 base::FilePath install_path =
|
/external/chromium_org/chrome/browser/local_discovery/ |
pwg_raster_converter.h | 12 class FilePath; 33 const base::FilePath& /*temp_file*/)>
|
/external/chromium_org/chrome/browser/local_discovery/storage/ |
path_util_unittest.cc | 11 ParsedPrivetPath path(base::FilePath(FILE_PATH_LITERAL( 19 ParsedPrivetPath path(base::FilePath(FILE_PATH_LITERAL(
|
/external/chromium_org/chrome/browser/media/ |
wv_test_license_server_config.h | 28 void GetLicenseServerRootPath(base::FilePath* path); 32 void GetLicenseServerPath(base::FilePath* path);
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
av_scanning_file_validator.h | 12 class FilePath; 23 const base::FilePath& dest_platform_path,
|
media_file_validator_factory.h | 12 class FilePath; 31 const base::FilePath& platform_path) OVERRIDE;
|
mtp_device_async_delegate.h | 14 class FilePath; 44 const base::FilePath& local_path)> CreateSnapshotFileSuccessCallback; 69 const base::FilePath& file_path, 76 const base::FilePath& root, 83 const base::FilePath& device_file_path, 84 const base::FilePath& local_path, 96 const base::FilePath& device_file_path, 120 const base::FilePath::StringType& device_location,
|
/external/chromium_org/chrome/browser/parsers/ |
metadata_parser_manager.h | 15 class FilePath; 34 MetadataParser* GetParserForFile(const base::FilePath& path);
|
Completed in 1703 milliseconds
<<11121314151617181920>>