Home
last modified time | relevance | path

Searched refs:path_end (Results 1 – 12 of 12) sorted by relevance

/external/google-breakpad/src/common/android/testing/
Dmkdtemp.h65 char* path_end = path + strlen(path); in breakpad_mkdtemp() local
67 if (static_cast<size_t>(path_end - path) < kSuffixLen || in breakpad_mkdtemp()
68 memcmp(path_end - kSuffixLen, kSuffix, kSuffixLen) != 0) { in breakpad_mkdtemp()
96 snprintf(path_end - kSuffixLen, kSuffixLen + 1, "%0d", random); in breakpad_mkdtemp()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Duri_parser.cc195 size_t path_end = NOT_SET; in grpc_uri_parse() local
243 path_end = i; in grpc_uri_parse()
247 if (path_end == NOT_SET && uri_text[i] == 0) { in grpc_uri_parse()
248 path_end = i; in grpc_uri_parse()
250 if (path_end == NOT_SET) { in grpc_uri_parse()
279 uri->path = decode_and_copy_component(uri_text, path_begin, path_end); in grpc_uri_parse()
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2017 const int* path_begin, const int* path_end, in FollowPath() argument
2021 if (path_begin == path_end) { in FollowPath()
2043 if (path_begin == path_end) { in FollowPath()
2064 return FollowPath(child, path_begin, path_end, in FollowPath()
2066 } else if (path_begin == path_end) { in FollowPath()
2080 return FollowPath(child, path_begin, path_end, in FollowPath()
2082 } else if (path_begin == path_end) { in FollowPath()
/external/clang/lib/CodeGen/
DCGCXXABI.cpp280 E->path_end()); in getMemberPointerAdjustment()
DCGExpr.cpp458 Adjustment.DerivedToBase.BasePath->path_end(), in EmitMaterializeTemporaryExpr()
875 CE->path_begin(), CE->path_end(), in EmitPointerWithAlignment()
3643 This, DerivedClassDecl, E->path_begin(), E->path_end(), in EmitCastLValue()
3659 E->path_begin(), E->path_end(), in EmitCastLValue()
DMicrosoftCXXABI.cpp3032 SrcTy, DstTy, E->getCastKind(), E->path_begin(), E->path_end(), Src, in EmitMemberPointerConversion()
3197 E->path_end(), Src); in EmitMemberPointerConversion()
DCGExprScalar.cpp1416 CE->path_begin(), CE->path_end(), in VisitCastExpr()
/external/clang/lib/StaticAnalyzer/Core/
DStore.cpp244 E = Cast->path_end(); in evalDerivedToBase()
/external/clang/include/clang/AST/
DExpr.h2701 path_iterator path_end() { return path_buffer() + path_size(); } in path_end() function
2703 path_const_iterator path_end() const { return path_buffer() + path_size(); } in path_end() function
/external/clang/lib/AST/
DExprConstant.cpp2001 PathE = E->path_end(); in HandleLValueBasePath()
5373 for (ReverseIter PathI(E->path_end() - 1), PathE(E->path_begin()); in VisitCastExpr()
5390 PathE = E->path_end(); PathI != PathE; ++PathI) { in VisitCastExpr()
5541 PathE = E->path_end(); PathI != PathE; ++PathI) { in VisitCastExpr()
DASTDumper.cpp1893 E = Node->path_end(); in dumpBasePath()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp638 PI = E->path_begin(), PE = E->path_end(); PI != PE; ++PI) in VisitCastExpr()