Searched refs:BaseName (Results 26 - 50 of 64) sorted by relevance

123

/external/chromium/chrome/browser/download/
H A Ddownload_item.cc594 target_name_ = full_path_.BaseName();
618 target_name_ = full_path_.BaseName();
H A Dsave_package.cc436 file_path.RemoveExtension().BaseName().value();
484 file_name = temp_file.RemoveExtension().BaseName().value();
994 FilePath relative_dir_name = saved_main_directory_path_.BaseName();
1292 suggested_filename.RemoveExtension().BaseName().value();
1438 saved_main_file_path_.RemoveExtension().BaseName().value() +
H A Ddownload_browsertest.cc630 FilePath basefilename(filename.BaseName());
1294 EXPECT_EQ(file, info.path.BaseName());
/external/chromium/chrome/browser/metrics/
H A Dmetrics_log.cc287 UTF16ToUTF8(iter->path.BaseName().value());
289 iter->path.BaseName().value();
/external/chromium/chrome/browser/
H A Dbrowsing_data_indexed_db_helper.cc113 webkit_glue::FilePathToWebString(file_path.BaseName()));
H A Dbrowsing_data_local_storage_helper.cc101 webkit_glue::FilePathToWebString(file_path.BaseName()));
H A Dplugin_updater.cc185 plugin_path = cur_internal_dir.Append(plugin_path.BaseName());
/external/chromium/chrome/browser/chromeos/login/
H A Dgoogle_authenticator_unittest.cc192 ReadLocalaccountFile(auth.get(), tmp_file_path.BaseName().value());
203 ReadLocalaccountFile(auth.get(), tmp_file_path.BaseName().value());
213 ReadLocalaccountFile(auth.get(), tmp_file_path.BaseName().value());
526 ReadLocalaccountFile(auth.get(), tmp_file_path.BaseName().value());
/external/chromium/chrome/browser/extensions/
H A Dfile_manager_util.cc174 UTF8ToUTF16(full_path.BaseName().value()))
H A Dsandboxed_extension_unpacker.cc101 FilePath temp_crx_path = temp_dir_.path().Append(crx_path_.BaseName());
H A Duser_script_master.cc208 script_dir, file.BaseName(), url));
/external/chromium/chrome/browser/history/
H A Dtext_database.cc98 FilePath::StringType file_name = file_path.BaseName().value();
/external/chromium/chrome/browser/ui/webui/
H A Dslideshow_ui.cc245 if (val == originalpath_.BaseName().value()) {
/external/chromium/chrome/common/extensions/
H A Dextension_file_util_unittest.cc59 FilePath().AppendASCII(extension_id).Append(version_2.BaseName());
H A Dextension_l10n_util.cc217 std::string locale_name = locale_folder.BaseName().MaybeAsASCII();
/external/chromium/chrome/common/
H A Dzip.cc299 if (!include_hidden_files && path.BaseName().value()[0] == '.')
H A Dsandbox_policy.cc100 std::wstring filename = FilePath(dll).BaseName().value();
186 return (fname.BaseName().value() == module_name);
H A Dlogging_chrome.cc228 return log_dir.Append(GetLogFileName().BaseName());
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_drag_win.cc231 file_name = file_name.BaseName().RemoveExtension();
/external/chromium/net/tools/dump_cache/
H A Ddump_files.cc85 std::wstring file_name = FilePath(name).BaseName().value();
/external/chromium/base/
H A Dfile_path.cc115 // of the file name. The position is relative to BaseName(), not value().
222 base = current.BaseName();
229 base = current.BaseName();
231 ret_val.push_back(current.BaseName().value());
331 FilePath FilePath::BaseName() const { function in class:FilePath
355 FilePath base(BaseName());
381 StringType base = BaseName().value();
412 StringType base = BaseName().value();
H A Dfile_path_unittest.cc141 TEST_F(FilePathTest, BaseName) {
222 FilePath observed = input.BaseName();
703 FilePath base = jpg.BaseName().RemoveExtension();
/external/clang/lib/Driver/
H A DDriver.cpp1523 StringRef BaseName; local
1527 BaseName = BasePath;
1529 BaseName = llvm::sys::path::filename(BasePath);
1541 End = BaseName.rfind('.');
1542 std::string Suffixed(BaseName.substr(0, End));
1551 NamedOutput == BaseName) {
1556 llvm::sys::path::append(Result, BaseName);
/external/chromium/chrome/browser/ui/views/
H A Dselect_file_dialog.cc442 std::string filename = default_path_.BaseName().value();
/external/chromium/webkit/glue/
H A Dwebkitclient_impl.cc239 FilePathStringToWebString(plugin.path.BaseName().value()));

Completed in 446 milliseconds

123