Home
last modified time | relevance | path

Searched refs:file_paths_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/apps/
Dlauncher.cc106 file_paths_(file_paths), in PlatformAppPathLauncher()
114 file_paths_.push_back(file_path); in PlatformAppPathLauncher()
119 if (file_paths_.empty()) { in Launch()
124 for (size_t i = 0; i < file_paths_.size(); ++i) { in Launch()
125 DCHECK(file_paths_[i].IsAbsolute()); in Launch()
130 file_paths_, in Launch()
163 for (std::vector<base::FilePath>::iterator it = file_paths_.begin(); in MakePathAbsolute()
164 it != file_paths_.end(); in MakePathAbsolute()
183 file_paths_, in OnFilesValid()
197 DCHECK(file_paths_.size() == mime_types->size()); in OnMimeTypesCollected()
[all …]
/external/chromium_org/chrome/browser/media_galleries/mac/
Dmtp_device_delegate_impl_mac.mm132 file_paths_.push_back(root_path_);
353 file_paths_.push_back(item_filename);
362 std::sort(file_paths_.begin(), file_paths_.end());
377 for (size_t i = 0; i < file_paths_.size(); ++i) {
378 if (file_paths_[i] == read_path) {
382 if (!read_path.IsParent(file_paths_[i])) {
383 if (read_path < file_paths_[i].DirName())
387 if (file_paths_[i].DirName() != read_path)
391 read_path.AppendRelativePath(file_paths_[i], &relative_path);
392 base::File::Info info = file_info_[file_paths_[i].value()];
Dmtp_device_delegate_impl_mac.h119 std::vector<base::FilePath> file_paths_; variable