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

<<21222324252627282930>>

  /external/chromium_org/components/nacl/browser/
nacl_file_host.h 15 class FilePath;
37 // Sets file_to_open to the base::FilePath which we will attempt to open.
39 base::FilePath* file_to_open);
  /external/chromium_org/content/browser/fileapi/
browser_file_system_helper.h 27 const base::FilePath& profile_path,
40 base::FilePath* platform_path);
  /external/chromium_org/content/browser/
mime_registry_message_filter.h 25 void OnGetMimeTypeFromExtension(const base::FilePath::StringType& ext,
27 void OnGetMimeTypeFromFile(const base::FilePath& file_path,
  /external/chromium_org/content/public/browser/
utility_process_host.h 15 class FilePath;
53 virtual void SetExposedDir(const base::FilePath& dir) = 0;
  /external/chromium_org/content/public/common/
child_process_host.h 13 class FilePath;
82 // On failure, returns an empty FilePath.
83 static base::FilePath GetChildPath(int flags);
content_constants.cc 9 const base::FilePath::CharType kAppCacheDirname[] =
11 const base::FilePath::CharType kPepperDataDirname[] =
sandboxed_process_launcher_delegate.h 18 class FilePath;
50 base::FilePath* exposed_dir) {}
  /external/chromium_org/content/renderer/
ico_image_decoder_unittest.cc 30 base::FilePath multisize_icon_path(data_dir().AppendASCII("yahoo.ico"));
31 const base::FilePath md5_sum_path(
  /external/chromium_org/extensions/common/
extension_l10n_util.h 16 class FilePath;
48 bool LocalizeExtension(const base::FilePath& extension_path,
58 const base::FilePath& locale_folder,
84 bool GetValidLocales(const base::FilePath& locale_path,
94 const base::FilePath& locale_path,
101 bool ValidateExtensionLocales(const base::FilePath& extension_path,
110 bool ShouldSkipValidation(const base::FilePath& locales_path,
111 const base::FilePath& locale_path,
extension_paths.cc 12 bool PathProvider(int key, base::FilePath* result) {
15 base::FilePath cur;
  /external/chromium_org/gin/modules/
file_module_provider.h 25 const std::vector<base::FilePath>& search_paths);
33 std::vector<base::FilePath> search_paths_;
  /external/chromium_org/ipc/
ipc_channel_factory.h 32 ChannelFactory(const base::FilePath& path, Delegate* delegate);
49 base::FilePath path_;
ipc_message_utils_unittest.cc 58 base::FilePath::StringType ok_string(FILE_PATH_LITERAL("hello"), 5);
59 base::FilePath::StringType bad_string(FILE_PATH_LITERAL("hel\0o"), 5);
61 // Change this if ParamTraits<FilePath>::Write() changes.
63 ParamTraits<base::FilePath::StringType>::Write(&message, ok_string);
64 ParamTraits<base::FilePath::StringType>::Write(&message, bad_string);
67 base::FilePath ok_path;
68 base::FilePath bad_path;
69 ASSERT_TRUE(ParamTraits<base::FilePath>::Read(&message, &iter, &ok_path));
70 ASSERT_FALSE(ParamTraits<base::FilePath>::Read(&message, &iter, &bad_path));
  /external/chromium_org/mojo/shell/
dynamic_service_runner.h 14 class FilePath;
31 virtual void Start(const base::FilePath& app_path,
  /external/chromium_org/net/base/
filename_util_icu.cc 17 bool IsSafePortablePathComponent(const base::FilePath& component) {
19 base::FilePath::StringType sanitized = component.value();
21 base::FilePath::StringType extension = component.Extension();
32 bool IsSafePortableRelativePath(const base::FilePath& path) {
35 std::vector<base::FilePath::StringType> components;
40 if (!IsSafePortablePathComponent(base::FilePath(components[i])))
62 base::FilePath GenerateFileName(const GURL& url,
68 base::FilePath generated_name(GenerateFileNameImpl(
  /external/chromium_org/net/disk_cache/simple/
simple_test_util.cc 15 const base::FilePath& cache_path) {
16 base::FilePath entry_file_path = cache_path.AppendASCII(
  /external/chromium_org/remoting/host/
config_file_watcher.h 21 extern const base::FilePath::CharType kDefaultHostConfigFile[];
32 const base::FilePath& config_path);
  /external/chromium_org/ui/base/dragdrop/
download_file_interface.h 20 class FilePath;
31 virtual void OnDownloadCompleted(const base::FilePath& file_path) = 0;
  /external/chromium_org/ui/ozone/platform/test/
file_surface_factory.h 17 explicit FileSurfaceFactory(const base::FilePath& dump_location);
31 base::FilePath location_;
  /external/chromium_org/webkit/browser/database/
database_util.h 14 class FilePath;
31 static base::FilePath GetFullFilePathForVfsFile(
  /external/chromium_org/webkit/browser/fileapi/
external_mount_points.cc 22 base::FilePath NormalizeFilePath(const base::FilePath& path) {
26 base::FilePath::StringType path_str = path.StripTrailingSeparators().value();
27 if (!base::FilePath::IsSeparator(path_str[path_str.length() - 1]))
30 return base::FilePath(path_str).NormalizePathSeparators();
66 const base::FilePath& path,
74 const base::FilePath& path() const { return path_; }
79 const base::FilePath path_;
101 const base::FilePath& path_in) {
108 base::FilePath path = NormalizeFilePath(path_in)
    [all...]
file_system_url.h 72 // paths] just an std::string, to prevent platform-specific base::FilePath
73 // behavior from getting invoked by accident. Currently the base::FilePath
77 // VirtualPath::GetComponents instead of the base::FilePath methods.
88 const base::FilePath& virtual_path);
100 const base::FilePath& path() const { return path_; }
105 const base::FilePath& virtual_path() const { return virtual_path_; }
146 const base::FilePath& virtual_path);
150 const base::FilePath& virtual_path,
153 const base::FilePath& cracked_path,
162 base::FilePath virtual_path_
    [all...]
  /external/chromium_org/webkit/browser/fileapi/quota/
open_file_handle.h 14 class FilePath;
52 const base::FilePath& platform_path() const;
  /external/chromium_org/base/
file_util_posix.cc 85 bool RealPath(const FilePath& path, FilePath* real_path) {
87 FilePath::CharType buf[PATH_MAX];
91 *real_path = FilePath(buf);
96 bool VerifySpecificPathControlledByUser(const FilePath& path,
149 int CreateAndOpenFdForTemporaryFile(FilePath directory, FilePath* path) {
167 FilePath path;
169 ScopedFD fd(CreateAndOpenFdForTemporaryFile(FilePath("/dev/shm"), &path));
189 FilePath MakeAbsoluteFilePath(const FilePath& input)
    [all...]
  /external/chromium_org/base/process/
process_handle_openbsd.cc 30 FilePath GetProcessExecutablePath(ProcessHandle process) {
37 return FilePath();
40 return FilePath();
42 return FilePath();
44 return FilePath(kp.p_comm);
46 return FilePath();

Completed in 1334 milliseconds

<<21222324252627282930>>