HomeSort by relevance Sort by last modified time
    Searched defs:path_end (Results 1 - 3 of 3) sorted by null

  /external/google-breakpad/src/common/android/testing/
mkdtemp.h 65 char* path_end = path + strlen(path); local
67 if (static_cast<size_t>(path_end - path) < kSuffixLen ||
68 memcmp(path_end - kSuffixLen, kSuffix, kSuffixLen) != 0) {
96 snprintf(path_end - kSuffixLen, kSuffixLen + 1, "%0d", random);
  /frameworks/native/cmds/installd/
otapreopt.cpp 776 const char *path_end = strrchr(apk_path, '/'); local
777 if (path_end == nullptr) {
781 std::string path_component(apk_path, path_end - apk_path);
783 const char *name_begin = path_end + 1;
  /external/clang/include/clang/AST/
Expr.h 2775 path_iterator path_end() { return path_buffer() + path_size(); } function in class:clang::StringLiteral::OffsetOfExpr::CastExpr
2777 path_const_iterator path_end() const { return path_buffer() + path_size(); } function in class:clang::StringLiteral::OffsetOfExpr::CastExpr
    [all...]

Completed in 66 milliseconds