Home
last modified time | relevance | path

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

/hardware/interfaces/biometrics/face/1.0/default/
DBiometricsFace.cpp40 Return<Status> BiometricsFace::setActiveUser(int32_t userId, const hidl_string& storePath) { in setActiveUser() argument
41 if (userId < 0 || storePath.empty() || std::string(storePath).find("/data") != 0) { in setActiveUser()
DBiometricsFace.h45 Return<Status> setActiveUser(int32_t userId, const hidl_string& storePath) override;
/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.2/default/
DBiometricsFingerprint.cpp95 const hidl_string& storePath) { in setActiveGroup() argument
97 std::string path = storePath.c_str(); in setActiveGroup()
/hardware/interfaces/biometrics/fingerprint/2.1/
DIBiometricsFingerprint.hal145 * @param storePath filesystem path to the template storage directory.
150 setActiveGroup(uint32_t gid, string storePath)
/hardware/interfaces/biometrics/face/1.0/
DIBiometricsFace.hal62 * @param storePath absolute filesystem path to the template storage
67 setActiveUser(int32_t userId, string storePath) generates (Status status);