Searched refs:storePath (Results 1 – 7 of 7) sorted by relevance
40 Return<Status> BiometricsFace::setActiveUser(int32_t userId, const hidl_string& storePath) { in setActiveUser() argument41 if (userId < 0 || storePath.empty() || std::string(storePath).find("/data") != 0) { in setActiveUser()
45 Return<Status> setActiveUser(int32_t userId, const hidl_string& storePath) override;
189 const hidl_string& storePath) { in setActiveGroup() argument190 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()
61 Return<RequestStatus> setActiveGroup(uint32_t gid, const hidl_string& storePath) override;
95 const hidl_string& storePath) { in setActiveGroup() argument97 std::string path = storePath.c_str(); in setActiveGroup()
145 * @param storePath filesystem path to the template storage directory.150 setActiveGroup(uint32_t gid, string storePath)
62 * @param storePath absolute filesystem path to the template storage67 setActiveUser(int32_t userId, string storePath) generates (Status status);