Searched refs:DirName (Results 26 - 50 of 80) sorted by relevance

1234

/external/chromium/chrome/browser/download/
H A Ddrag_download_file.cc158 download_manager_->GetTemporaryDownloads(file_path_.DirName(), &downloads);
H A Ddownload_manager.cc144 it->second->full_path().DirName() == dir_path)
156 (dir_path.empty() || it->second->full_path().DirName() == dir_path))
177 if (!dir_path.empty() && (it->second->full_path().DirName() != dir_path))
349 FilePath dir = info->suggested_path.DirName();
980 last_download_path_ = path.DirName();
/external/chromium/chrome/browser/extensions/
H A Dextension_protocols.cc142 directory_path.DirName() == resources_path) {
/external/chromium/chrome/browser/
H A Dplatform_util_win.cc33 FilePath dir = full_path.DirName();
H A Dplugin_download_helper.cc150 download_file_path_.DirName().AppendASCII(
H A Dutility_process_host.cc35 if (!StartProcess(extension.DirName()))
H A Dfile_select_helper.cc78 profile_->set_last_selected_directory(path.DirName());
95 profile_->set_last_selected_directory(files[0].DirName());
H A Dshell_integration_win.cc50 profile_path.DirName() == default_user_data_dir &&
57 std::wstring basenames = profile_path.DirName().BaseName().value() +
H A Dplugin_updater.cc181 FilePath::CompareIgnoreCase(plugin_path.DirName().value(),
H A Dprocess_singleton_linux_uitest.cc128 FilePath remote_cookie_path = socket_target_path.DirName().
/external/chromium/chrome/browser/ui/gtk/
H A Ddialogs_gtk.cc310 *last_saved_path_ = path.DirName();
312 *last_opened_path_ = path.DirName();
329 *last_opened_path_ = files[0].DirName();
448 default_path.DirName().value().c_str());
/external/chromium/webkit/glue/
H A Dwebfileutilities_impl.cc71 return FilePathToWebString(file_path.DirName());
/external/clang/include/clang/Basic/
H A DFileManager.h199 const DirectoryEntry *getDirectory(StringRef DirName,
/external/chromium/base/
H A Dfile_util_posix.cc239 real_to_path = real_to_path.DirName();
275 from_path_base = from_path.DirName();
495 for (FilePath path = full_path.DirName();
496 path.value() != last_path.value(); path = path.DirName()) {
H A Dfile_util_proxy.cc27 if (!file_util::DirectoryExists(dest_file_path.DirName()))
140 if (!file_util::DirectoryExists(file_path_.DirName())) {
268 if (!file_util::DirectoryExists(file_path_.DirName())) {
400 if (!recursive_ && !file_util::PathExists(file_path_.DirName())) {
H A Dshared_memory_posix.cc155 FilePath dir = path.DirName();
/external/chromium/chrome/browser/ui/webui/
H A Dslideshow_ui.cc192 currentpath_ = currentpath_.DirName();
H A Dprint_preview_handler.cc370 *last_saved_path_ = path.DirName();
/external/chromium/chrome/common/extensions/
H A Dextension_file_util_unittest.cc67 ASSERT_FALSE(file_util::DirectoryExists(version_2.DirName()));
/external/chromium/chrome/common/
H A Djson_pref_store.cc51 no_dir_ = !file_util::PathExists(path.DirName());
H A Dzip.cc68 FilePath dir = dest_file.DirName();
/external/chromium/net/tools/dump_cache/
H A Dcache_dumper.cc92 FilePath directory = entry_path_.DirName();
/external/clang/include/clang/Lex/
H A DHeaderSearch.h553 /// \param DirName The name of the directory where we will look for a module
558 LoadModuleMapResult loadModuleMapFile(StringRef DirName);
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_store_file.cc207 current_filename.DirName().AppendASCII("Safe Browsing"));
224 current_filename.DirName().AppendASCII("Safe Browsing-journal"));
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h518 unsigned GetOrCreateSourceID(StringRef DirName, StringRef FullName);

Completed in 2357 milliseconds

1234