Home
last modified time | relevance | path

Searched refs:PassStore (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/pass-secrets/pass-secrets-1b7a323/interop/
H A DPassStore.cpp14 string PassStore::passLocation;
16 PassStore::PassStore() { in PassStore() function in PassStore
80 PassStore::createDefaultCollection() { in createDefaultCollection()
85 PassStore::CreateCollection(const std::string &label, in CreateCollection()
115 PassStore::GetCollections() { in GetCollections()
H A DPassStore.h16 class PassStore {
18 PassStore();
H A DPassItem.cpp105 subprocess::command cmdline {PassStore::passLocation + " show \"" + path + "\""}; in unlock()
189 subprocess::command cmdline {PassStore::passLocation + " insert -mf " + path}; in setSecret()
198 subprocess::command cmdline {PassStore::passLocation + " rm -rf " + path}; in Delete()
H A DPassCollection.cpp120 subprocess::command cmdline {PassStore::passLocation + " rm -rf " + path}; in Delete()
134 subprocess::command cmdline {PassStore::passLocation + " insert -mf " + path}; in CreateItem()
/dports/sysutils/pass-secrets/pass-secrets-1b7a323/impl/
H A DSecretService.h81 PassStore store;