Lines Matching full:c_str
107 ALOGV("opening layer library '%s'", path_.c_str());
119 dlhandle_ = android_dlopen_ext(path_.c_str(), RTLD_NOW | RTLD_LOCAL,
122 dlhandle_ = dlopen(path_.c_str(), RTLD_NOW | RTLD_LOCAL);
125 ALOGE("failed to load layer library '%s': %s", path_.c_str(),
137 ALOGV("closing layer library '%s'", path_.c_str());
153 path_.c_str());
174 path_.c_str(), result);
184 path_.c_str(), result);
195 path_.c_str(), result);
204 path_.c_str(), result);
227 props.layerName, path_.c_str(), result);
238 props.layerName, path_.c_str(), result);
258 props.layerName, path_.c_str(), result);
270 props.layerName, path_.c_str(), result);
279 path_.c_str());
325 std::unique_ptr<DIR, decltype(dir_deleter)> dir(opendir(dirname.c_str()),
332 dirname.c_str(), strerror(err));
335 ALOGD("searching for layers in '%s'", dirname.c_str());
347 if ((err = OpenArchive(zipname.c_str(), &zip)) != 0) {
348 ALOGE("failed to open apk '%s': %d", zipname.c_str(), err);
352 const ZipString prefix_str(prefix.c_str());
355 ALOGE("failed to iterate entries in apk '%s': %d", zipname.c_str(),
360 ALOGD("searching for layers in '%s!/%s'", zipname.c_str(),
361 dir_in_zip.c_str());