Searched defs:suffix (Results 1 – 7 of 7) sorted by relevance
28 #define GENERATE_ENTRYPOINTS_FOR_ALLOCATOR_INST(suffix, suffix2, instrumented_bool, allocator_type)… argument104 #define GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(suffix, allocator_type) \ argument113 #define GENERATE_ENTRYPOINTS(suffix) \ argument
65 ScratchFile::ScratchFile(const ScratchFile& other, const char* suffix) { in ScratchFile()
971 const char* suffix = dex_location + base_location.size(); in GetDexCanonicalLocation() local
977 bool EndsWith(const std::string& s, const char* suffix) { in EndsWith()
4536 const char* suffix) { in DumpClass()
874 void MIRGraph::DumpCFG(const char* dir_prefix, bool all_blocks, const char *suffix) { in DumpCFG()
119 std::string suffix = subdir.substr(eabi + strlen(TOOL_PREFIX)); in GetAndroidToolsDir() local