HomeSort by relevance Sort by last modified time
    Searched refs:DirName (Results 26 - 50 of 78) sorted by null

12 3 4

  /external/chromium/chrome/browser/download/
drag_download_file.cc 158 download_manager_->GetTemporaryDownloads(file_path_.DirName(), &downloads);
download_manager.cc 144 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();
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_protocols.cc 142 directory_path.DirName() == resources_path) {
  /external/chromium/chrome/browser/
platform_util_win.cc 33 FilePath dir = full_path.DirName();
plugin_download_helper.cc 150 download_file_path_.DirName().AppendASCII(
utility_process_host.cc 35 if (!StartProcess(extension.DirName()))
file_select_helper.cc 78 profile_->set_last_selected_directory(path.DirName());
95 profile_->set_last_selected_directory(files[0].DirName());
shell_integration_win.cc 50 profile_path.DirName() == default_user_data_dir &&
57 std::wstring basenames = profile_path.DirName().BaseName().value() +
plugin_updater.cc 181 FilePath::CompareIgnoreCase(plugin_path.DirName().value(),
process_singleton_linux_uitest.cc 128 FilePath remote_cookie_path = socket_target_path.DirName().
  /external/chromium/chrome/browser/ui/gtk/
dialogs_gtk.cc 310 *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/
webfileutilities_impl.cc 71 return FilePathToWebString(file_path.DirName());
  /external/clang/include/clang/Basic/
FileManager.h 210 const DirectoryEntry *getDirectory(StringRef DirName,
  /external/chromium/base/
file_util_posix.cc 239 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()) {
file_util_proxy.cc 27 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())) {
shared_memory_posix.cc 155 FilePath dir = path.DirName();
file_util_unittest.cc 416 ASSERT_TRUE(normalized_file_a_path.DirName()
417 .IsParent(normalized_file_b_path.DirName()));
468 FilePath sub_long = deep_file.DirName();
    [all...]
  /external/chromium/chrome/browser/ui/webui/
slideshow_ui.cc 192 currentpath_ = currentpath_.DirName();
print_preview_handler.cc 370 *last_saved_path_ = path.DirName();
  /external/chromium/chrome/common/extensions/
extension_file_util_unittest.cc 67 ASSERT_FALSE(file_util::DirectoryExists(version_2.DirName()));
  /external/chromium/chrome/common/
json_pref_store.cc 51 no_dir_ = !file_util::PathExists(path.DirName());
zip.cc 68 FilePath dir = dest_file.DirName();
  /external/chromium/net/tools/dump_cache/
cache_dumper.cc 92 FilePath directory = entry_path_.DirName();
  /external/clang/include/clang/Lex/
HeaderSearch.h 574 /// \param DirName The name of the directory where we will look for a module
579 LoadModuleMapResult loadModuleMapFile(StringRef DirName);
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_file.cc 207 current_filename.DirName().AppendASCII("Safe Browsing"));
224 current_filename.DirName().AppendASCII("Safe Browsing-journal"));

Completed in 532 milliseconds

12 3 4