HomeSort by relevance Sort by last modified time
    Searched full:filepath (Results 701 - 725 of 4655) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/installer/util/
chrome_binaries_operations.cc 34 std::vector<base::FilePath>* key_files) const {
36 key_files->push_back(base::FilePath(installer::kChromeDll));
41 std::vector<base::FilePath>* com_dll_list) const {
82 const base::FilePath& target_exe,
88 const base::FilePath& setup_path,
  /external/chromium_org/chrome/tools/crash_service/
main.cc 22 bool GetCrashServiceDirectory(base::FilePath* dir) {
23 base::FilePath temp_dir;
47 base::FilePath operating_dir;
49 base::FilePath log_file = operating_dir.Append(kStandardLogFile);
62 base::FilePath dumps_path;
  /external/chromium_org/content/browser/download/
save_item.h 51 void Rename(const base::FilePath& full_path);
59 const base::FilePath& full_path() const { return full_path_; }
60 const base::FilePath& file_name() const { return file_name_; }
81 base::FilePath full_path_;
84 base::FilePath file_name_;
  /external/chromium_org/content/browser/fileapi/
sandbox_database_test_helper.cc 22 void CorruptDatabase(const base::FilePath& db_path,
28 base::FilePath file_path;
29 base::FilePath picked_file_path;
76 void DeleteDatabaseFile(const base::FilePath& db_path,
80 base::FilePath file_path;
sandbox_directory_database_unittest.cc 29 const base::FilePath::CharType kDirectoryDatabaseName[] = FPL("Paths");
58 FileId parent_id, const base::FilePath::StringType& name) {
67 const base::FilePath::StringType& name,
76 const base::FilePath::StringType& name,
77 const base::FilePath::StringType& data_path,
84 info.data_path = base::FilePath(data_path).NormalizePathSeparators();
87 base::FilePath local_path = path().Append(data_path);
112 const base::FilePath& path() {
119 const base::FilePath::StringType& name) {
123 FilePathToString(base::FilePath(name))
    [all...]
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_flash_file_message_filter.h 40 static base::FilePath GetDataDirName(const base::FilePath& profile_path);
43 typedef base::Callback<bool(int, const base::FilePath&)>
72 base::FilePath ValidateAndConvertPepperFilePath(
76 base::FilePath plugin_data_directory_;
  /external/chromium_org/extensions/browser/
content_hash_reader.h 30 const base::FilePath& extension_root,
31 const base::FilePath& relative_path,
35 const base::FilePath& relative_path() const { return relative_path_; }
66 base::FilePath extension_root_;
67 base::FilePath relative_path_;
content_verifier.h 17 class FilePath;
44 const base::FilePath& extension_root,
45 const base::FilePath& relative_path);
55 const std::set<base::FilePath>& hash_mismatch_paths);
68 const std::set<base::FilePath>& relative_paths);
  /external/chromium_org/gin/shell/
gin_main.cc 20 std::string Load(const base::FilePath& path) {
27 void Run(base::WeakPtr<Runner> runner, const base::FilePath& path) {
34 std::vector<base::FilePath> GetModuleSearchPaths() {
35 std::vector<base::FilePath> module_base(1);
80 gin::Run, runner.GetWeakPtr(), base::FilePath(*it)));
  /external/chromium_org/net/base/
directory_lister.h 30 base::FilePath path;
58 DirectoryLister(const base::FilePath& dir,
61 DirectoryLister(const base::FilePath& dir,
79 Core(const base::FilePath& dir,
101 base::FilePath dir_;
  /external/chromium_org/third_party/skia/tools/copyright/
fileparser.py 11 def CreateParser(filepath):
12 """Returns a Parser as appropriate for the file at this filepath.
14 if (filepath.endswith('.cpp') or
15 filepath.endswith('.h') or
16 filepath.endswith('.c')):
  /external/chromium_org/webkit/browser/fileapi/
native_file_util.cc 22 bool SetPlatformSpecificDirectoryPermissions(const base::FilePath& dir_path) {
39 bool CopyFileAndSync(const base::FilePath& from, const base::FilePath& to) {
78 NativeFileEnumerator(const base::FilePath& root_path,
86 virtual base::FilePath Next() OVERRIDE;
96 base::FilePath NativeFileEnumerator::Next() {
97 base::FilePath rv = file_enum_.Next();
124 base::File NativeFileUtil::CreateOrOpen(const base::FilePath& path,
139 const base::FilePath& path,
166 const base::FilePath& path
    [all...]
  /external/skia/tools/copyright/
fileparser.py 11 def CreateParser(filepath):
12 """Returns a Parser as appropriate for the file at this filepath.
14 if (filepath.endswith('.cpp') or
15 filepath.endswith('.h') or
16 filepath.endswith('.c')):
  /external/chromium_org/cc/trees/
layer_tree_host_pixeltest_readback.cc 111 base::FilePath(FILE_PATH_LITERAL(
125 base::FilePath(FILE_PATH_LITERAL(
139 base::FilePath(FILE_PATH_LITERAL(
153 base::FilePath(FILE_PATH_LITERAL(
172 base::FilePath(FILE_PATH_LITERAL(
190 base::FilePath(FILE_PATH_LITERAL(
208 base::FilePath(FILE_PATH_LITERAL(
223 base::FilePath(FILE_PATH_LITERAL(
238 base::FilePath(FILE_PATH_LITERAL(
253 base::FilePath(FILE_PATH_LITERAL
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_metadata_unittest.cc 184 base::FilePath::FromUTF8Unsafe("drive/root/dir1/file4"), &entry));
189 base::FilePath::FromUTF8Unsafe("drive/root/dir1/non_existing"), &entry));
193 base::FilePath::FromUTF8Unsafe("drive"), &entry));
197 base::FilePath::FromUTF8Unsafe("non_existing"), &entry));
201 base::FilePath::FromUTF8Unsafe("non_existing/root"), &entry));
208 base::FilePath::FromUTF8Unsafe("drive/root/dir1"), &entries));
218 base::FilePath::FromUTF8Unsafe("drive/root/non_existing"), &entries));
222 base::FilePath::FromUTF8Unsafe("drive/root/dir1/file4"), &entries));
226 base::FilePath drive_file_path;
232 base::FilePath::FromUTF8Unsafe("drive/root/dir1/dir3/file9"), &file_id))
    [all...]
download_handler_unittest.cc 31 const base::FilePath& file_path,
38 const base::FilePath& directory_path,
78 const base::FilePath non_drive_path(FILE_PATH_LITERAL("/foo/bar"));
82 base::FilePath substituted_path;
95 const base::FilePath drive_path =
102 base::FilePath substituted_path;
116 const base::FilePath drive_path =
124 base::FilePath substituted_path;
138 const base::FilePath drive_path =
143 base::FilePath substituted_path
    [all...]
  /external/chromium_org/base/files/
file_enumerator_posix.cc 26 FilePath FileEnumerator::FileInfo::GetName() const {
40 FileEnumerator::FileEnumerator(const FilePath& root_path,
52 FileEnumerator::FileEnumerator(const FilePath& root_path,
55 const FilePath::StringType& pattern)
67 pattern_ = FilePath::StringType();
74 FilePath FileEnumerator::Next() {
80 return FilePath();
94 FilePath full_path = root_path_.Append(i->filename_);
120 const FilePath& source, bool show_links) {
136 info.filename_ = FilePath(dent->d_name)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_manager/
open_util.cc 40 const base::FilePath& file_path,
93 bool OpenFile(Profile* profile, const base::FilePath& path, const GURL& url) {
127 const base::FilePath& file_path,
150 const base::FilePath& given_path,
151 base::FilePath* path,
170 void OpenRemovableDrive(Profile* profile, const base::FilePath& file_path) {
173 base::FilePath converted_path;
181 void OpenItem(Profile* profile, const base::FilePath& file_path) {
184 base::FilePath converted_path;
195 void ShowItemInFolder(Profile* profile, const base::FilePath& file_path)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
mount_path_util_unittest.cc 40 const base::FilePath& file_path) {
43 const base::FilePath mount_path = file_system_info.mount_path();
48 base::FilePath relative_path(file_path.value().substr(1));
52 base::FilePath(mount_path.BaseName().Append(relative_path)));
98 base::FilePath result = GetMountPath(profile_, kExtensionId, kFileSystemId);
114 const base::FilePath kFilePath =
115 base::FilePath::FromUTF8Unsafe("/hello/world.txt");
138 const base::FilePath kFilePath = base::FilePath::FromUTF8Unsafe("/");
159 const base::FilePath file_path = base::FilePath::FromUTF8Unsafe("/hello")
    [all...]
  /external/chromium_org/chrome/browser/component_updater/
cld_component_installer.cc 33 base::LazyInstance<base::FilePath> cld_file = LAZY_INSTANCE_INITIALIZER;
59 const base::FilePath& install_dir) {
63 base::FilePath CldComponentInstallerTraits::GetInstalledPath(
64 const base::FilePath& base) {
75 const base::FilePath& path,
83 const base::FilePath& install_dir) const {
87 const base::FilePath expected_file = GetInstalledPath(install_dir);
94 base::FilePath CldComponentInstallerTraits::GetBaseDirectory() const {
95 base::FilePath result;
119 const base::FilePath& path)
    [all...]
default_component_installer.cc 55 const base::FilePath& unpack_path,
56 const base::FilePath& install_path) {
67 const base::FilePath& unpack_path) {
75 base::FilePath install_path =
104 base::FilePath* installed_file) {
115 base::FilePath base_dir = installer_traits_->GetBaseDirectory();
123 base::FilePath latest_dir;
125 std::vector<base::FilePath> older_dirs;
129 for (base::FilePath path = file_enumerator.Next();
176 for (std::vector<base::FilePath>::iterator iter = older_dirs.begin()
    [all...]
  /external/chromium_org/chrome/browser/download/
download_target_determiner_delegate.h 16 class FilePath;
34 const base::FilePath& new_virtual_path,
42 typedef base::Callback<void(const base::FilePath& reserved_path,
50 typedef base::Callback<void(const base::FilePath& virtual_path)>
57 typedef base::Callback<void(const base::FilePath&)> LocalPathCallback;
74 const base::FilePath& virtual_path,
92 const base::FilePath& virtual_path,
101 const base::FilePath& virtual_path,
109 const base::FilePath& virtual_path,
115 const base::FilePath& virtual_path
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_api_unittest.cc 18 void CheckExtensions(const std::vector<base::FilePath::StringType>& expected,
19 const std::vector<base::FilePath::StringType>& actual) {
66 base::FilePath::StringType(), NULL, &acceptsAllTypes);
77 base::FilePath::StringType(), &options, &acceptsAllTypes);
84 std::vector<base::FilePath::StringType> expectedTypes;
108 base::FilePath::StringType(), &options, &acceptsAllTypes);
128 base::FilePath::StringType(), &options, &acceptsAllTypes);
141 base::FilePath::StringType(), &options, &acceptsAllTypes);
152 base::FilePath::StringType(), &options, &acceptsAllTypes);
159 base::FilePath suggested_name
    [all...]
  /external/chromium_org/chrome/browser/ui/pdf/
adobe_reader_info_win.cc 42 base::FilePath GetInstalledPath(const base::char16* app) {
47 base::FilePath filepath; local
53 filepath = base::FilePath(path);
57 filepath = base::FilePath(path);
60 return filepath.Append(app);
116 bool IsAdobeReaderDefaultPDFViewerInternal(base::FilePath* path) {
125 base::FilePath install_path = GetInstalledPath(kRegistryAcrobatReader)
    [all...]
  /external/chromium_org/content/browser/gpu/
shader_disk_cache.h 73 explicit ShaderDiskCache(const base::FilePath& cache_path);
85 base::FilePath cache_path_;
108 void ClearByPath(const base::FilePath& path,
117 void SetCacheInfo(int32 client_id, const base::FilePath& path);
123 void AddToCache(const base::FilePath& path, ShaderDiskCache* cache);
126 void RemoveFromCache(const base::FilePath& path);
135 scoped_refptr<ShaderDiskCache> GetByPath(const base::FilePath& path);
136 void CacheCleared(const base::FilePath& path);
138 typedef std::map<base::FilePath, ShaderDiskCache*> ShaderCacheMap;
141 typedef std::map<int32, base::FilePath> ClientIdToPathMap
    [all...]

Completed in 2214 milliseconds

<<21222324252627282930>>