Home
last modified time | relevance | path

Searched defs:subdir (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyBlobUpgradeTest.cpp116 std::string subdir = keyblob_dir + "/" + full_name.substr(found + 1); in keyblob_subdir() local
125 void save_keyblob(const std::string& subdir, const std::string& name, in save_keyblob()
151 void save_keyblob_and_cert(const std::string& subdir, const std::string& name, in save_keyblob_and_cert()
171 void delete_keyblob(const std::string& subdir, const std::string& name) { in delete_keyblob()
182 std::vector<uint8_t> load_file(const std::string& subdir, const std::string& name, in load_file()
192 std::vector<uint8_t> load_keyblob(const std::string& subdir, const std::string& name) { in load_keyblob()
196 std::vector<uint8_t> load_cert(const std::string& subdir, const std::string& name) { in load_cert()
215 std::string subdir = keyblob_subdir(keyblob_dir, GetParam(), /* create? */ false); in UpgradeKeyBlobs() local
295 std::string subdir = keyblob_subdir(keyblob_dir, GetParam(), /* create? */ true); in TEST_P() local
455 std::string subdir = keyblob_subdir(keyblob_dir, GetParam(), /* create? */ false); in TEST_P() local
[all …]
/hardware/google/aemu/base/include/aemu/base/testing/
DTestTempDir.h127 bool makeSubDir(const std::string& subdir) { in makeSubDir()