Searched defs:IndexPath (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_file_system_indexer.cc470 DevToolsFileSystemIndexer::IndexPath( function in class:DevToolsFileSystemIndexer
H A Ddevtools_window.cc971 void DevToolsWindow::IndexPath(int request_id, function in class:DevToolsWindow
981 file_system_indexer_->IndexPath(
/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp227 llvm::SmallString<128> IndexPath; local
228 IndexPath += Path;
229 llvm::sys::path::append(IndexPath, IndexFileName);
232 if (llvm::MemoryBuffer::getFile(IndexPath, Buffer) != llvm::errc::success)
733 llvm::SmallString<128> IndexPath; local
734 IndexPath += Path;
735 llvm::sys::path::append(IndexPath, IndexFileName);
739 llvm::LockFileManager Locked(IndexPath);
793 if (llvm::sys::fs::createUniqueFile(IndexPath + "-%%%%%%%%", TmpFD,
810 llvm::sys::fs::remove(IndexPath
[all...]

Completed in 106 milliseconds