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

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DFileSpec.cpp558 llvm::StringRef dir_ref = llvm::sys::path::parent_path(path_str); local
559 //llvm::StringRef dir_ref = path.getDirname();
560 if (! dir_ref.empty())
563 if (strcmp (".", dir_ref.data()) == 0)
566 m_directory.SetCString (dir_ref.data());
573 FileSpec tmp_file (dir_ref.data(), false);

Completed in 107 milliseconds