Searched refs:DirName (Results 51 - 75 of 80) sorted by relevance

1234

/external/chromium/base/
H A Dfile_util_unittest.cc416 ASSERT_TRUE(normalized_file_a_path.DirName()
417 .IsParent(normalized_file_b_path.DirName()));
468 FilePath sub_long = deep_file.DirName();
1193 dest_file2_test = dest_file2_test.DirName();
1564 while (top_level != top_level.DirName()) {
1565 top_level = top_level.DirName();
H A Dfile_path.cc221 while (current != current.DirName()) {
225 current = current.DirName();
234 FilePath dir = current.DirName();
295 FilePath FilePath::DirName() const { function in class:FilePath
453 // only kCurrentDirectory when calling DirName on a single relative path
H A Dfile_path_unittest.cc52 TEST_F(FilePathTest, DirName) {
135 FilePath observed = input.DirName();
H A Dfile_util_win.cc678 FilePath parent_path(full_path.DirName());
/external/chromium/chrome/browser/download/
H A Ddownload_item.cc598 return full_path_.DirName().Append(target_name_);
H A Ddownload_util.cc302 *file_name = file_name->DirName();
/external/chromium/chrome/browser/extensions/
H A Dextension_browsertest.cc141 FilePath pem_path = crx_path.DirName().AppendASCII("temp.pem");
H A Dextension_service_unittest.cc550 pem_output_path = crx_path.DirName().AppendASCII("temp.pem");
919 .DirName()
1019 .DirName()
1054 .DirName()
2392 .DirName()
2688 EXPECT_TRUE(file_util::CreateDirectory(lso_path.DirName()));
2697 EXPECT_TRUE(file_util::CreateDirectory(idb_path.DirName()));
2825 source_path = source_path.DirName().AppendASCII("good2.crx");
2992 .DirName()
/external/chromium/chrome/browser/importer/
H A Dfirefox_importer_utils.cc76 path = ini_file.DirName().Append(path);
H A Die_importer.cc565 shortcut.DirName().value().substr(favorites_path_len);
/external/chromium/chrome/browser/net/
H A Dsqlite_persistent_cookie_store.cc215 const FilePath dir = path_.DirName();
/external/chromium/chrome/browser/safe_browsing/
H A Dclient_side_detection_service.cc107 model_path.DirName().AppendASCII("Safe Browsing Phishing Model"),
/external/chromium/chrome/browser/sync/util/
H A Duser_settings.cc129 FilePath dst_syncdata_path(src_syncdata_path.DirName());
/external/chromium/chrome/browser/web_applications/
H A Dweb_app.cc328 FilePath chrome_folder = chrome_exe.DirName();
/external/chromium/chrome/browser/ui/views/
H A Dshell_dialogs_win.cc275 directory = FilePath(suggested_name).DirName().value();
860 dir = path->DirName();
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp558 StringRef DirName) {
564 if (DirName == CompilationDir)
565 DirName = "";
571 NamePair += DirName;
580 Asm->OutStreamer.EmitDwarfFileDirective(SrcId, DirName, FileName);
557 GetOrCreateSourceID(StringRef FileName, StringRef DirName) argument
/external/chromium/chrome/browser/prefs/
H A Dpref_service.cc107 if (file_util::GetFileSystemType(pref_filename.DirName(), &fstype)) {
/external/chromium/chrome/browser/
H A Dprocess_singleton_linux.cc407 FilePath remote_cookie = socket_target.DirName().
H A Dexternal_tab_container_win.cc445 tab_contents()->profile()->GetPath().DirName().BaseName().value());
/external/chromium/chrome/common/extensions/
H A Dextension_manifests_unittest.cc56 return Extension::Create(path.DirName(), location, *value, flags, error);
H A Dextension_unittest.cc811 path = path.DirName().AppendASCII("bad_magic.crx");
836 path.DirName(), Extension::INVALID,
/external/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp489 bool DarwinAsmParser::ParseDirectivePrevious(StringRef DirName, SMLoc) { argument
H A DELFAsmParser.cpp440 bool ELFAsmParser::ParseDirectivePrevious(StringRef DirName, SMLoc) { argument
H A DAsmParser.cpp3182 bool GenericAsmParser::ParseDirectiveLEB128(StringRef DirName, SMLoc) { argument
3193 if (DirName[1] == 's')
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dimageburner_ui.cc313 FilePath disk_path = FilePath(iter->second->system_path()).DirName();

Completed in 459 milliseconds

1234