Searched defs:subdir (Results  1 – 2 of 2) sorted by relevance
| /hardware/interfaces/security/keymint/aidl/vts/functional/ | 
| D | KeyBlobUpgradeTest.cpp | 113     std::string subdir = keyblob_dir + "/" + full_name.substr(found + 1);  in keyblob_subdir()  local122 void save_keyblob(const std::string& subdir, const std::string& name,  in save_keyblob()
 148 void save_keyblob_and_cert(const std::string& subdir, const std::string& name,  in save_keyblob_and_cert()
 168 void delete_keyblob(const std::string& subdir, const std::string& name) {  in delete_keyblob()
 179 std::vector<uint8_t> load_file(const std::string& subdir, const std::string& name,  in load_file()
 189 std::vector<uint8_t> load_keyblob(const std::string& subdir, const std::string& name) {  in load_keyblob()
 193 std::vector<uint8_t> load_cert(const std::string& subdir, const std::string& name) {  in load_cert()
 212         std::string subdir = keyblob_subdir(keyblob_dir, GetParam(), /* create? */ false);  in UpgradeKeyBlobs()  local
 292     std::string subdir = keyblob_subdir(keyblob_dir, GetParam(), /* create? */ true);  in TEST_P()  local
 446     std::string subdir = keyblob_subdir(keyblob_dir, GetParam(), /* create? */ false);  in TEST_P()  local
 [all …]
 
 | 
| /hardware/google/aemu/base/include/aemu/base/testing/ | 
| D | TestTempDir.h | 146     bool makeSubDir(const std::string& subdir) {  in makeSubDir()
 |