HomeSort by relevance Sort by last modified time
    Searched refs:IndexPath (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 227 llvm::SmallString<128> IndexPath;
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;
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.str(), OldIndexExisted)
    [all...]
  /external/chromium_org/chrome/browser/devtools/
devtools_embedder_message_dispatcher.h 45 virtual void IndexPath(int request_id,
devtools_file_system_indexer.h 89 scoped_refptr<FileSystemIndexingJob> IndexPath(
devtools_embedder_message_dispatcher.cc 192 RegisterHandler("indexPath",
193 BindToListParser(base::Bind(&Delegate::IndexPath,
devtools_window.h 296 virtual void IndexPath(int request_id,
devtools_file_system_indexer.cc 470 DevToolsFileSystemIndexer::IndexPath(
devtools_window.cc     [all...]

Completed in 91 milliseconds