Home
last modified time | relevance | path

Searched refs:c_str (Results 1 – 4 of 4) sorted by relevance

/libnativehelper/tests/
DJniInvocation_test.cpp60 __system_property_set_filename(pa_filename.c_str()); in LocalPropertyTestState()
73 unlink(pa_filename.c_str()); in ~LocalPropertyTestState()
74 rmdir(pa_dirname.c_str()); in ~LocalPropertyTestState()
/libnativehelper/include/nativehelper/
DScopedUtfChars.h49 const char* c_str() const { in c_str() function
DtoStringArray.h59 return strings[i].c_str(); in operator()
/libnativehelper/
DJNIHelp.cpp218 ALOGW("Discarding pending exception (%s) to throw %s", text.c_str(), className); in jniThrowException()
288 __android_log_write(priority, tag, trace.c_str()); in jniLogException()