Searched refs:current_path (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/fileapi/
H A Dfile_access_permissions.cc48 base::FilePath current_path = path.StripTrailingSeparators();
50 while (current_path != last_path) {
51 if (path_set.find(current_path) != path_set.end())
53 last_path = current_path;
54 current_path = current_path.DirName();
/external/chromium_org/content/public/test/
H A Dmock_download_manager.cc14 const base::FilePath& current_path,
31 current_path(current_path),
49 current_path(rhs.current_path),
69 current_path == rhs.current_path &&
100 const base::FilePath& current_path,
117 id, current_path, target_path, url_chain, referrer_url, mime_type,
12 CreateDownloadItemAdapter( uint32 id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer_url, const std::string& mime_type, const std::string& original_mime_type, const base::Time& start_time, const base::Time& end_time, const std::string& etag, const std::string& last_modified, int64 received_bytes, int64 total_bytes, DownloadItem::DownloadState state, DownloadDangerType danger_type, DownloadInterruptReason interrupt_reason, bool opened) argument
98 CreateDownloadItem( uint32 id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer_url, const std::string& mime_type, const std::string& original_mime_type, const base::Time& start_time, const base::Time& end_time, const std::string& etag, const std::string& last_modified, int64 received_bytes, int64 total_bytes, DownloadItem::DownloadState state, DownloadDangerType danger_type, DownloadInterruptReason interrupt_reason, bool opened) argument
H A Dmock_download_manager.h31 base::FilePath current_path; member in struct:content::MockDownloadManager::CreateDownloadItemAdapter
50 const base::FilePath& current_path,
105 const base::FilePath& current_path,
/external/chromium_org/chrome/browser/history/
H A Ddownload_row.cc20 const base::FilePath& current_path,
39 : current_path(current_path),
19 DownloadRow( const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer, const std::string& mime_type, const std::string& original_mime_type, const base::Time& start, const base::Time& end, const std::string& etag, const std::string& last_modified, int64 received, int64 total, content::DownloadItem::DownloadState download_state, content::DownloadDangerType danger_type, content::DownloadInterruptReason interrupt_reason, uint32 id, bool download_opened, const std::string& ext_id, const std::string& ext_name) argument
H A Ddownload_row.h26 const base::FilePath& current_path,
49 base::FilePath current_path; member in struct:history::DownloadRow
H A Ddownload_database.cc211 "current_path LONGVARCHAR NOT NULL,"
242 "( id, current_path, target_path, start_time, received_bytes, "
292 "current_path LONGVARCHAR NOT NULL," // Current disk location
363 "SELECT id, current_path, target_path, "
379 info->current_path = ColumnFilePath(statement_main, column++);
503 "SET current_path=?, target_path=?, "
510 BindFilePath(statement, data.current_path, column++);
563 "(id, current_path, target_path, "
573 BindFilePath(statement_insert, info.current_path, column++);
/external/webrtc/src/modules/audio_processing/test/testsupport/
H A Dfileutils.cc51 std::string current_path(working_dir);
53 int path_delimiter_index = current_path.find_last_of(kPathDelimiter);
55 std::string root_filename = current_path + kPathDelimiter +
60 return current_path + kPathDelimiter;
63 current_path = current_path.substr(0, path_delimiter_index);
64 path_delimiter_index = current_path.find_last_of(kPathDelimiter);
/external/webrtc/test/testsupport/
H A Dfileutils.cc51 std::string current_path(working_dir);
53 int path_delimiter_index = current_path.find_last_of(kPathDelimiter);
55 std::string root_filename = current_path + kPathDelimiter +
60 return current_path + kPathDelimiter;
63 current_path = current_path.substr(0, path_delimiter_index);
64 path_delimiter_index = current_path.find_last_of(kPathDelimiter);
/external/chromium_org/skia/ext/
H A Dplatform_device_win.cc146 CubicPath* current_path = NULL; local
158 current_path = &paths->back();
185 current_path = &paths->back();
189 current_path = NULL;
194 SkASSERT(current_path);
195 if (!current_path) {
199 current_path->push_back(points_to_add);
/external/chromium_org/net/disk_cache/
H A Dcache_util.cc114 base::FilePath current_path = full_path.StripTrailingSeparators(); local
116 base::FilePath path = current_path.DirName();
117 base::FilePath name = current_path.BaseName();
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dgjslint.py193 current_path = None
196 if current_path != record.path:
197 current_path = record.path
199 _PrintFileSeparator(current_path)
/external/chromium_org/base/
H A Dvalues.cc378 std::string current_path(path);
380 for (size_t delimiter_position = current_path.find('.');
382 delimiter_position = current_path.find('.')) {
384 std::string key(current_path, 0, delimiter_position);
392 current_path.erase(0, delimiter_position + 1);
395 current_dictionary->SetWithoutPathExpansion(current_path, in_value);
461 std::string current_path(path);
463 for (size_t delimiter_position = current_path.find('.');
465 delimiter_position = current_path.find('.')) {
468 current_path
[all...]
/external/chromium_org/content/browser/download/
H A Ddownload_item_factory.h43 const base::FilePath& current_path,
H A Ddownload_manager_impl.cc168 const base::FilePath& current_path,
188 current_path,
622 const base::FilePath& current_path,
645 current_path,
620 CreateDownloadItem( uint32 id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer_url, const std::string& mime_type, const std::string& original_mime_type, const base::Time& start_time, const base::Time& end_time, const std::string& etag, const std::string& last_modified, int64 received_bytes, int64 total_bytes, DownloadItem::DownloadState state, DownloadDangerType danger_type, DownloadInterruptReason interrupt_reason, bool opened) argument
H A Ddownload_manager_impl.h78 const base::FilePath& current_path,
H A Ddownload_manager_impl_unittest.cc235 const base::FilePath& current_path,
302 const base::FilePath& current_path,
299 CreatePersistedItem( DownloadItemImplDelegate* delegate, uint32 download_id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer_url, const std::string& mime_type, const std::string& original_mime_type, const base::Time& start_time, const base::Time& end_time, const std::string& etag, const std::string& last_modified, int64 received_bytes, int64 total_bytes, DownloadItem::DownloadState state, DownloadDangerType danger_type, DownloadInterruptReason interrupt_reason, bool opened, const net::BoundNetLog& bound_net_log) argument
H A Ddownload_item_impl.h55 const base::FilePath& current_path,
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Dgjslint.py218 current_path = None
221 if current_path != record.path:
222 current_path = record.path
224 _PrintFileSeparator(current_path)
/external/chromium_org/content/public/browser/
H A Ddownload_manager.h141 const base::FilePath& current_path,
/external/chromium_org/chrome/browser/download/
H A Ddownload_history_unittest.cc36 EXPECT_EQ(left.current_path.value(), right.current_path.value());
238 infos->at(index).current_path,
376 const base::FilePath& current_path,
401 info->current_path = current_path;
423 .WillRepeatedly(ReturnRefOfCopy(current_path));
622 // current_path
624 info.current_path = new_path;
374 InitItem( uint32 id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer, const std::string& mime_type, const std::string& original_mime_type, const base::Time& start_time, const base::Time& end_time, const std::string& etag, const std::string& last_modified, int64 received_bytes, int64 total_bytes, content::DownloadItem::DownloadState state, content::DownloadDangerType danger_type, content::DownloadInterruptReason interrupt_reason, bool opened, const std::string& by_extension_id, const std::string& by_extension_name, history::DownloadRow* info) argument
H A Ddownload_history.cc153 (previous->current_path != current.current_path) ||
264 it->current_path,
/external/chromium_org/content/browser/
H A Dchild_process_security_policy_impl.cc195 base::FilePath current_path = file.StripTrailingSeparators();
198 while (current_path != last_path) {
199 base::FilePath base_name = current_path.BaseName();
206 FileMap::const_iterator it = file_permissions_.find(current_path);
210 last_path = current_path;
211 current_path = current_path.DirName();
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.cc833 std::vector<MenuItemView*> current_path; local
835 BuildPathsAndCalculateDiff(pending_state_.item, menu_item, &current_path,
838 size_t current_size = current_path.size();
850 current_path.empty() ? NULL : current_path.front()->GetDelegate();
853 current_path[i]->GetType() == MenuItemView::SUBMENU) {
854 current_delegate->WillHideMenu(current_path[i]);
856 current_path[i]->SetSelected(false);
1400 std::vector<MenuItemView*> current_path; local
1402 BuildPathsAndCalculateDiff(state_.item, pending_state_.item, &current_path,
[all...]
/external/chromium_org/base/files/
H A Dfile_util_posix.cc765 FilePath current_path = base; local
766 if (!VerifySpecificPathControlledByUser(current_path, owner_uid, group_gids))
770 current_path = current_path.Append(*ip);
772 current_path, owner_uid, group_gids))
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Ddrive_internals_ui.cc827 const base::FilePath current_path = parent_path.Append( local
830 file_system_as_text.append(FormatEntry(current_path, entry) + "\n");
834 current_path,
837 current_path));

Completed in 518 milliseconds

12