Searched defs:SetFile (Results 1 - 4 of 4) sorted by relevance

/external/lldb/include/lldb/Symbol/
H A DDeclaration.h242 SetFile (const FileSpec& file_spec) function in class:lldb_private::Declaration
/external/chromium_org/base/files/
H A Dfile_proxy.cc36 proxy_->SetFile(file_.Pass());
268 void FileProxy::SetFile(File file) { function in class:base::FileProxy
/external/lldb/source/Host/common/
H A DFileSpec.cpp238 SetFile(pathname, resolve_path);
290 FileSpec::SetFile (const char *pathname, bool resolve) function in class:FileSpec
595 // SetFile(...) will set m_is_resolved correctly if it can resolve the path
596 SetFile (path_buf, true);
/external/stressapptest/src/
H A Dworker.cc1596 void FileThread::SetFile(const char *filename_init) { function in class:FileThread

Completed in 214 milliseconds