HomeSort by relevance Sort by last modified time
    Searched refs:FilePath (Results 276 - 300 of 4053) sorted by null

<<11121314151617181920>>

  /external/chromium_org/content/common/
plugin_list_posix.cc 9 bool PluginList::ReadWebPluginInfo(const base::FilePath& filename,
15 std::vector<base::FilePath>* plugin_dirs) {
18 void PluginList::GetPluginsInDir(const base::FilePath& dir_path,
19 std::vector<base::FilePath>* plugins) {
plugin_list.h 62 void AddExtraPluginPath(const base::FilePath& plugin_path);
63 void RemoveExtraPluginPath(const base::FilePath& plugin_path);
66 void AddExtraPluginDir(const base::FilePath& plugin_dir);
69 void GetPluginDirectories(std::vector<base::FilePath>* plugin_dirs);
81 void UnregisterInternalPlugin(const base::FilePath& path);
89 bool ReadPluginInfo(const base::FilePath& filename,
132 bool LoadPluginIntoPluginList(const base::FilePath& filename,
140 void GetPluginPathsToLoad(std::vector<base::FilePath>* plugin_paths,
160 static bool ReadWebPluginInfo(const base::FilePath& filename,
180 void GetPluginsInDir(const base::FilePath& path
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_registry.h 38 PluginModule* GetLiveModule(const base::FilePath& path);
44 void AddLiveModule(const base::FilePath& path, PluginModule* module);
57 typedef std::map<base::FilePath, scoped_refptr<PluginModule> >
67 typedef std::map<base::FilePath, PluginModule*> NonOwningModuleMap;
  /external/chromium_org/extensions/browser/value_store/
testing_value_store_unittest.cc 13 ValueStore* Param(const base::FilePath& file_path) {
  /external/chromium_org/extensions/common/
constants.cc 12 const base::FilePath::CharType kManifestFilename[] =
14 const base::FilePath::CharType kLocaleFolder[] =
16 const base::FilePath::CharType kMessagesFilename[] =
18 const base::FilePath::CharType kPlatformSpecificFolder[] =
20 const base::FilePath::CharType kMetadataFolder[] =
22 const base::FilePath::CharType kVerifiedContentsFilename[] =
24 const base::FilePath::CharType kComputedHashesFilename[] =
40 const base::FilePath::CharType kExtensionFileExtension[] =
42 const base::FilePath::CharType kExtensionKeyFileExtension[] =
constants.h 21 extern const base::FilePath::CharType kManifestFilename[];
24 extern const base::FilePath::CharType kLocaleFolder[];
27 extern const base::FilePath::CharType kMessagesFilename[];
30 extern const base::FilePath::CharType kPlatformSpecificFolder[];
34 extern const base::FilePath::CharType kMetadataFolder[];
37 extern const base::FilePath::CharType kVerifiedContentsFilename[];
40 extern const base::FilePath::CharType kComputedHashesFilename[];
65 extern const base::FilePath::CharType kExtensionFileExtension[];
68 extern const base::FilePath::CharType kExtensionKeyFileExtension[];
file_util.cc 43 bool ValidateFilePath(const base::FilePath& path) {
56 const base::FilePath::CharType kTempDirectoryName[] = FILE_PATH_LITERAL("Temp");
58 base::FilePath InstallExtension(const base::FilePath& unpacked_source_dir,
61 const base::FilePath& extensions_dir) {
62 base::FilePath extension_dir = extensions_dir.AppendASCII(id);
63 base::FilePath version_dir;
68 return base::FilePath();
72 base::FilePath install_temp_dir = GetInstallTempDir(extensions_dir);
77 return base::FilePath();
    [all...]
  /external/chromium_org/net/test/spawned_test_server/
remote_test_server.h 24 const base::FilePath& document_root);
30 const base::FilePath& document_root);
50 base::FilePath GetDocumentRoot() const;
53 bool Init(const base::FilePath& document_root);
  /external/chromium_org/ppapi/shared_impl/
dir_contents.h 15 base::FilePath name;
  /external/chromium_org/storage/common/fileapi/
file_system_util.h 32 static const base::FilePath::CharType kRoot[];
33 static const base::FilePath::CharType kSeparator;
35 // Use this instead of base::FilePath::BaseName when operating on virtual
36 // paths. FilePath::BaseName will get confused by ':' on Windows when it
39 static base::FilePath BaseName(const base::FilePath& virtual_path);
41 // Use this instead of base::FilePath::DirName when operating on virtual
43 static base::FilePath DirName(const base::FilePath& virtual_path);
45 // Likewise, use this instead of base::FilePath::GetComponents whe
    [all...]
  /external/chromium_org/sync/test/
local_sync_test_server.cc 20 base::FilePath()),
27 base::FilePath()),
46 base::FilePath* testserver_path) const {
47 base::FilePath testserver_dir;
62 const base::FilePath::StringType& test_script_name,
63 base::FilePath* test_script_path) const {
64 base::FilePath testserver_path;
77 base::FilePath net_testserver_path;
85 base::FilePath pyproto_dir;
  /external/chromium_org/ui/gl/
gl_implementation_osmesa.h 15 base::NativeLibrary LoadLibraryAndPrintError(const base::FilePath& filename);
  /external/chromium_org/chrome/common/extensions/
extension_unittest.cc 31 using base::FilePath;
106 const FilePath valid_path_test_cases[] = {
107 FilePath(FILE_PATH_LITERAL("manifest.json")),
108 FilePath(FILE_PATH_LITERAL("a/b/c/manifest.json")),
109 FilePath(FILE_PATH_LITERAL("com/manifest.json")),
110 FilePath(FILE_PATH_LITERAL("lpt/manifest.json")),
112 const FilePath invalid_path_test_cases[] = {
114 FilePath(FILE_PATH_LITERAL("src/")),
116 FilePath(FILE_PATH_LITERAL("C:\\manifest.json")),
118 FilePath(FILE_PATH_LITERAL("a\\b\\c\\manifest.json"))
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
dummy_file_system.h 20 const base::FilePath& local_src_file_path,
21 const base::FilePath& remote_dest_file_path,
23 virtual void OpenFile(const base::FilePath& file_path,
27 virtual void Copy(const base::FilePath& src_file_path,
28 const base::FilePath& dest_file_path,
31 virtual void Move(const base::FilePath& src_file_path,
32 const base::FilePath& dest_file_path,
34 virtual void Remove(const base::FilePath& file_path,
38 const base::FilePath& directory_path,
42 virtual void CreateFile(const base::FilePath& file_path
    [all...]
write_on_cache_file_unittest.cc 18 const base::FilePath::CharType kDrivePath[] =
20 const base::FilePath::CharType kInvalidPath[] =
22 const base::FilePath::CharType kLocalPath[] =
33 virtual void OpenFile(const base::FilePath& file_path,
40 if (file_path == base::FilePath(kInvalidPath)) {
41 callback.Run(FILE_ERROR_INVALID_OPERATION, base::FilePath(),
46 callback.Run(FILE_ERROR_OK, base::FilePath(kLocalPath),
67 base::FilePath path;
71 base::FilePath(kDrivePath),
88 base::FilePath path
    [all...]
  /external/chromium_org/extensions/browser/
verified_contents_unittest.cc 32 bool GetPublicKey(const base::FilePath& path, std::string* public_key) {
45 base::FilePath path;
54 base::FilePath verified_contents_path =
65 base::FilePath::FromUTF8Unsafe("manifest.json"),
69 base::FilePath::FromUTF8Unsafe("background.js"),
72 base::FilePath foo_bar_html =
73 base::FilePath(FILE_PATH_LITERAL("foo")).AppendASCII("bar.html");
79 base::FilePath nonexistent = base::FilePath::FromUTF8Unsafe("nonexistent");
83 base::FilePath::FromUTF8Unsafe("lowercase.html")
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_api.h 26 base::FilePath GetLastChooseEntryDirectory(const ExtensionPrefs* prefs,
31 const base::FilePath& path);
33 std::vector<base::FilePath> GetGrayListedDirectories();
57 void PrepareFilesForWritableApp(const std::vector<base::FilePath>& path);
63 const std::vector<base::FilePath>& path);
69 void AddEntryToResponse(const base::FilePath& path,
73 void HandleWritableFileError(const base::FilePath& error_path);
99 base::FilePath path_;
115 static void SkipPickerAndAlwaysSelectPathForTest(base::FilePath* path);
117 std::vector<base::FilePath>* paths)
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_device_delegate_impl_linux.h 45 PendingTaskInfo(const base::FilePath& path,
51 base::FilePath path;
52 base::FilePath cached_path;
64 typedef std::map<base::FilePath, storage::DirectoryEntry> FileInfoCache;
75 virtual void GetFileInfo(const base::FilePath& file_path,
79 const base::FilePath& root,
83 const base::FilePath& device_file_path,
84 const base::FilePath& local_path,
88 virtual void ReadBytes(const base::FilePath& device_file_path,
99 const base::FilePath& file_path
    [all...]
  /external/chromium_org/net/disk_cache/
cache_util.cc 23 base::FilePath GetPrefixedName(const base::FilePath& path,
32 void CleanupCallback(const base::FilePath& path, const std::string& name) {
34 base::FilePath to_delete = GetPrefixedName(path, name, i);
41 base::FilePath GetTempCacheName(const base::FilePath& path,
45 base::FilePath to_delete = GetPrefixedName(path, name, i);
49 return base::FilePath();
83 void DeleteCache(const base::FilePath& path, bool remove_folder) {
94 for (base::FilePath file = iter.Next(); !file.value().empty()
    [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_index_file.h 81 const base::FilePath& cache_directory);
99 typedef base::Callback<void (const base::FilePath&)> EntryFileCallback;
108 const base::FilePath& cache_directory,
109 const base::FilePath& index_file_path,
113 static void SyncLoadFromDisk(const base::FilePath& index_filename,
143 const base::FilePath& cache_path,
148 const base::FilePath& cache_directory,
149 const base::FilePath& index_filename,
150 const base::FilePath& temp_index_filename,
157 static void SyncRestoreFromDisk(const base::FilePath& cache_directory
    [all...]
  /external/chromium_org/base/
base_paths_posix.cc 32 bool PathProviderPosix(int key, FilePath* result) {
33 FilePath path;
38 FilePath bin_dir;
39 if (!ReadSymbolicLink(FilePath(kProcSelfExe), &bin_dir)) {
56 *result = FilePath(FilePath::StringType(bin_dir, length - 1));
64 *result = FilePath(bin_dir);
70 *result = FilePath(cpath);
72 *result = FilePath("/usr/local/chrome/chrome");
82 path = FilePath(cr_source_root)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
download_operation.h 16 class FilePath;
46 const base::FilePath& temporary_file_directory);
75 const base::FilePath& file_path,
90 base::FilePath* drive_file_path,
91 base::FilePath* cache_file_path,
92 base::FilePath* temp_download_file_path,
97 const base::FilePath& drive_file_path,
100 const base::FilePath& downloaded_file_path);
105 const base::FilePath& file_path,
108 base::FilePath* cache_file_path
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_manager/
path_util_unittest.cc 42 const base::FilePath kDownloads = GetDownloadsFolderForProfile(&profile);
44 base::FilePath path;
48 base::FilePath::FromUTF8Unsafe("/home/chronos/user/Downloads"),
54 base::FilePath::FromUTF8Unsafe("/home/chronos/user/Downloads/a/b"),
67 base::FilePath::FromUTF8Unsafe("/home/chronos/user/dl"),
74 const base::FilePath kDrive = drive::util::GetDriveMountPointPath(profile);
77 ASSERT_EQ(base::FilePath::FromUTF8Unsafe("/special/drive-" + user_id_hash),
80 base::FilePath path;
84 base::FilePath::FromUTF8Unsafe("/special/drive"),
90 base::FilePath::FromUTF8Unsafe("/special/drive/a/b")
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/
imported_media_gallery_registry.h 44 const base::FilePath& database_path);
48 const base::FilePath& xml_library_path);
52 const base::FilePath& xml_library_path);
57 base::FilePath ImportedRoot();
79 void RegisterPicasaFileSystem(const base::FilePath& database_path);
82 void RegisterITunesFileSystem(const base::FilePath& xml_library_path);
87 void RegisterIPhotoFileSystem(const base::FilePath& xml_library_path);
91 base::FilePath imported_root_;
103 base::FilePath picasa_database_path_;
104 base::FilePath itunes_xml_library_path_
    [all...]
  /external/chromium_org/content/ppapi_plugin/
broker_process_dispatcher.h 39 const base::FilePath& plugin_data_path);
41 const base::FilePath& plugin_data_path,
46 const base::FilePath& plugin_data_path);
49 const base::FilePath& plugin_data_path,
53 const base::FilePath& plugin_data_path,
59 const base::FilePath& plugin_data_path,
64 void GetSitesWithData(const base::FilePath& plugin_data_path,
68 bool ClearSiteData(const base::FilePath& plugin_data_path,
73 bool DeauthorizeContentLicenses(const base::FilePath& plugin_data_path);
74 bool SetDefaultPermission(const base::FilePath& plugin_data_path
    [all...]

Completed in 1751 milliseconds

<<11121314151617181920>>