Home
last modified time | relevance | path

Searched refs:storePath (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/biometrics/fingerprint/2.1/default/
DBiometricsFingerprint.cpp189 const hidl_string& storePath) { in setActiveGroup() argument
190 if (storePath.size() >= PATH_MAX || storePath.size() <= 0) { in setActiveGroup()
191 ALOGE("Bad path length: %zd", storePath.size()); in setActiveGroup()
194 if (access(storePath.c_str(), W_OK)) { in setActiveGroup()
199 storePath.c_str())); in setActiveGroup()
DBiometricsFingerprint.h61 Return<RequestStatus> setActiveGroup(uint32_t gid, const hidl_string& storePath) override;
/hardware/interfaces/biometrics/fingerprint/2.1/
DIBiometricsFingerprint.hal145 * @param storePath filesystem path to the template storage directory.
150 setActiveGroup(uint32_t gid, string storePath)