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

/external/webrtc/test/testsupport/
H A Dfileutils.cc84 char path_buffer[FILENAME_MAX]; local
85 if (!GET_CURRENT_DIR(path_buffer, sizeof(path_buffer))) {
89 return std::string(path_buffer);
/external/clang/lib/AST/
H A DExpr.cpp1512 CXXBaseSpecifier **CastExpr::path_buffer() { function in class:CastExpr
1527 memcpy(path_buffer(), Path.data(), Path.size() * sizeof(CXXBaseSpecifier*));
/external/clang/include/clang/AST/
H A DExpr.h2526 const CXXBaseSpecifier * const *path_buffer() const { function in class:clang::StringLiteral::OffsetOfExpr::CastExpr
2527 return const_cast<CastExpr*>(this)->path_buffer();
2529 CXXBaseSpecifier **path_buffer();
2587 path_iterator path_begin() { return path_buffer(); }
2588 path_iterator path_end() { return path_buffer() + path_size(); }
2589 path_const_iterator path_begin() const { return path_buffer(); }
2590 path_const_iterator path_end() const { return path_buffer() + path_size(); }

Completed in 120 milliseconds