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

/hardware/interfaces/biometrics/fingerprint/2.1/default/
H A DBiometricsFingerprint.cpp189 const hidl_string& storePath) {
190 if (storePath.size() >= PATH_MAX || storePath.size() <= 0) {
191 ALOGE("Bad path length: %zd", storePath.size());
194 if (access(storePath.c_str(), W_OK)) {
199 storePath.c_str()));
188 setActiveGroup(uint32_t gid, const hidl_string& storePath) argument

Completed in 379 milliseconds