Searched refs:DirName (Results 1 - 25 of 80) sorted by relevance

1234

/external/llvm/lib/ExecutionEngine/
H A DEventListenerCommon.h48 StringRef DirName = DIScope.getDirectory(); local
51 if (DirName != "." && DirName != "") {
52 FullPath = DirName;
/external/chromium/base/
H A Dbase_paths.cc20 cur = cur.DirName();
24 cur = cur.DirName();
H A Dbase_paths_linux.cc81 path = path.DirName().DirName();
91 path = path.DirName().DirName().Append("Source/WebKit/chromium");
H A Dbase_paths_win.cc96 cur = FilePath(system_buffer).DirName().AppendASCII("LocalLow");
109 cur = executableDir.DirName().DirName();
116 cur = executableDir.DirName();
H A Dnative_library_win.cc27 FilePath plugin_path = library_path.DirName();
H A Dfile_path.h39 // object, such as determining the parent directory (DirName), isolating the
182 // equivalent to calling DirName().value() on the path's root component,
208 FilePath DirName() const;
/external/clang/lib/Basic/
H A DFileManager.cpp241 StringRef DirName = llvm::sys::path::parent_path(Filename);
243 if (DirName.empty())
244 DirName = ".";
246 return FileMgr.getDirectory(DirName, CacheFailure);
252 StringRef DirName = llvm::sys::path::parent_path(Path); local
253 if (DirName.empty())
257 SeenDirEntries.GetOrCreateValue(DirName);
260 // at the same time. Therefore, if DirName is already in the cache,
273 addAncestorsAsVirtualDirs(DirName);
276 const DirectoryEntry *FileManager::getDirectory(StringRef DirName, argument
[all...]
/external/chromium/chrome/browser/importer/
H A Dfirefox_profile_lock_posix.cc71 old_lock_file_ = lock_file_.DirName().Append(kOldLockFileName);
/external/chromium/chrome/browser/nacl_host/
H A Dnacl_broker_host_win.cc35 FilePath nacl_path = module_path.DirName().Append(chrome::kNaClAppName);
/external/chromium/chrome/browser/
H A Dplatform_util_chromeos.cc40 FilePath dir = full_path.DirName();
H A Dplatform_util_linux.cc60 FilePath dir = full_path.DirName();
H A Duser_style_sheet_watcher_unittest.cc24 file_util::CreateDirectory(style_sheet_file.DirName());
H A Dbrowsing_data_database_helper_browsertest.cc37 file_util::CreateDirectory(db_path1.DirName());
45 file_util::CreateDirectory(db_path2.DirName());
H A Duser_style_sheet_watcher.cc94 FilePath style_sheet_dir = style_sheet_file.DirName();
/external/chromium/chrome/common/extensions/
H A Dextension_unpacker.cc151 extension_path_.DirName().AppendASCII(filenames::kTempExtensionName);
217 FilePath path = extension_path_.DirName().AppendASCII(
232 FilePath path = extension_path_.DirName().AppendASCII(
313 std::string dir_name = relative_path.DirName().MaybeAsASCII();
/external/clang/lib/Lex/
H A DHeaderSearch.cpp812 StringRef DirName = FileName; local
815 DirName = llvm::sys::path::parent_path(DirName);
816 if (DirName.empty())
820 const DirectoryEntry *Dir = FileMgr.getDirectory(DirName);
908 StringRef DirName = Dir->getName(); local
911 DirName = llvm::sys::path::parent_path(DirName);
912 if (DirName.empty())
916 Dir = FileMgr.getDirectory(DirName);
946 loadModuleMapFile(StringRef DirName) argument
[all...]
H A DModuleMap.cpp113 StringRef DirName = Dir->getName(); local
179 DirName = llvm::sys::path::parent_path(DirName);
180 if (DirName.empty())
184 Dir = SourceMgr->getFileManager().getDirectory(DirName);
198 StringRef DirName = Dir->getName(); local
240 DirName = llvm::sys::path::parent_path(DirName);
241 if (DirName.empty())
245 Dir = SourceMgr->getFileManager().getDirectory(DirName);
1190 std::string DirName = Tok.getString(); local
[all...]
/external/chromium/chrome/common/
H A Dchrome_paths.cc95 *result = result->DirName();
96 *result = result->DirName();
97 *result = result->DirName();
H A Dimportant_file_writer.cc40 path_.DirName(), &tmp_file_path);
/external/chromium/base/test/
H A Dtest_file_util_posix.cc43 real_to_path = real_to_path.DirName();
/external/chromium/chrome/browser/extensions/
H A Dextension_icon_manager_unittest.cc113 manifest_path.DirName(), Extension::INVALID, *manifest.get(),
/external/chromium/net/test/
H A Dpython_utils.cc51 FilePath parent = dir.DirName();
/external/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp167 std::string DirName = ""; local
171 DirName = P.str() + "/";
183 << html::EscapeText(DirName)
224 os << "\n<!-- BUGFILE " << DirName << Entry->getName() << " -->\n";
/external/chromium/base/files/
H A Dfile_path_watcher_win.cc242 FilePath parent(watched_path.DirName());
/external/chromium/chrome/browser/download/
H A Dbase_file.cc106 file_util::CreateDirectory(new_path.DirName());

Completed in 350 milliseconds

1234