Searched defs:android_data (Results 1 - 2 of 2) sorted by relevance

/bionic/benchmarks/
H A Dproperty_benchmark.cpp40 const char* android_data = getenv("ANDROID_DATA"); local
41 if (android_data == NULL) {
46 snprintf(dir_template, sizeof(dir_template), "%s/local/tmp/prop-XXXXXX", android_data);
50 android_data, strerror(errno));
/bionic/tests/
H A Ddlext_test.cpp92 const char* android_data = getenv("ANDROID_DATA"); local
93 ASSERT_TRUE(android_data != NULL);
95 snprintf(lib_path, sizeof(lib_path), LIBPATH, android_data);
185 const char* android_data = getenv("ANDROID_DATA"); local
186 ASSERT_TRUE(android_data != NULL);
187 snprintf(relro_file_, sizeof(relro_file_), "%s/local/tmp/libdlext_test.relro", android_data);

Completed in 65 milliseconds