Searched refs:IndexPath (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_embedder_message_dispatcher.h50 virtual void IndexPath(int request_id,
H A Ddevtools_file_system_indexer.h87 scoped_refptr<FileSystemIndexingJob> IndexPath(
H A Ddevtools_ui_bindings.h120 virtual void IndexPath(int request_id,
H A Ddevtools_embedder_message_dispatcher.cc246 d->RegisterHandler("indexPath", &Delegate::IndexPath, delegate);
H A Ddevtools_ui_bindings.cc528 void DevToolsUIBindings::IndexPath(int request_id, function in class:DevToolsUIBindings
538 file_system_indexer_->IndexPath(
H A Ddevtools_file_system_indexer.cc450 DevToolsFileSystemIndexer::IndexPath( function in class:DevToolsFileSystemIndexer
/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp238 llvm::SmallString<128> IndexPath; local
239 IndexPath += Path;
240 llvm::sys::path::append(IndexPath, IndexFileName);
243 llvm::MemoryBuffer::getFile(IndexPath.c_str());
767 llvm::SmallString<128> IndexPath; local
768 IndexPath += Path;
769 llvm::sys::path::append(IndexPath, IndexFileName);
773 llvm::LockFileManager Locked(IndexPath);
827 if (llvm::sys::fs::createUniqueFile(IndexPath + "-%%%%%%%%", TmpFD,
843 llvm::sys::fs::remove(IndexPath
[all...]

Completed in 642 milliseconds