Searched refs:PassStore (Results 1 – 5 of 5) sorted by relevance
14 string PassStore::passLocation;16 PassStore::PassStore() { in PassStore() function in PassStore80 PassStore::createDefaultCollection() { in createDefaultCollection()85 PassStore::CreateCollection(const std::string &label, in CreateCollection()115 PassStore::GetCollections() { in GetCollections()
16 class PassStore {18 PassStore();
105 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()
120 subprocess::command cmdline {PassStore::passLocation + " rm -rf " + path}; in Delete()134 subprocess::command cmdline {PassStore::passLocation + " insert -mf " + path}; in CreateItem()
81 PassStore store;