Searched refs:suffix (Results 1 – 10 of 10) sorted by relevance
/bionic/tests/ |
D | dlfcn_symlink_support.cpp | 39 const std::string suffix = std::string("/") + source_file_name; in dl_callback() local 47 if (android::base::EndsWith(info->dlpi_name, suffix)) { in dl_callback() 56 void create_dlfcn_test_symlink(const char* suffix, std::string* result) { in create_dlfcn_test_symlink() argument 70 std::string link_path = path_dir + "/" + symlink_name_prefix + suffix + ".so"; in create_dlfcn_test_symlink()
|
D | system_properties_test2.cpp | 78 char suffix[1024]; in TEST() local 79 for (size_t i = 0; i < sizeof(suffix); i++) { in TEST() 80 suffix[i] = 'x'; in TEST() 83 suffix[sizeof(suffix)-1] = '\0'; in TEST() 84 const std::string long_property_name = property_prefix + suffix; in TEST()
|
D | dlfcn_symlink_support.h | 22 void create_dlfcn_test_symlink(const char* suffix, std::string* result);
|
/bionic/libc/bionic/ |
D | iconv.cpp | 81 const char* suffix = strstr(s, "//"); in __parse_encoding() local 82 if (suffix) { in __parse_encoding() 84 if (strcmp(suffix, "//IGNORE") == 0) { in __parse_encoding() 86 } else if (strcmp(suffix, "//TRANSLIT") == 0) { in __parse_encoding()
|
D | malloc_common_dynamic.cpp | 126 …ocFunction(void* malloc_impl_handler, FunctionType* func, const char* prefix, const char* suffix) { in InitMallocFunction() argument 128 snprintf(symbol, sizeof(symbol), "%s_%s", prefix, suffix); in InitMallocFunction()
|
/bionic/benchmarks/linker_relocation/ |
D | Android.bp | 67 lib32: { suffix: "32" }, 68 lib64: { suffix: "64" },
|
/bionic/benchmarks/spawn/ |
D | Android.bp | 84 suffix: "32", 87 suffix: "64",
|
/bionic/libc/tools/ |
D | genseccomp.py | 211 suffix=name_modifier) 218 """).format(architecture=architecture,suffix=name_modifier)
|
/bionic/benchmarks/tests/ |
D | interface_test.cpp | 191 output = sm.suffix(); in TEST_F()
|
/bionic/linker/ |
D | Android.bp | 328 suffix: "64",
|