Searched refs:folder (Results 1 – 7 of 7) sorted by relevance
74 const std::string folder = android::base::GetExecutableDirectory(); in TEST_F() local75 ASSERT_TRUE(std::filesystem::is_directory(folder)) << folder << " is not a folder"; in TEST_F()76 ASSERT_FALSE(std::filesystem::is_empty(folder)) << " No files found for directory " << folder; in TEST_F()78 const std::string filename = folder + "/fuzzer_corpus.zip"; in TEST_F()
88 File folder = new File(DEX_LOCATION, "oat"); in getCurrentCacheSize() local89 File[] subfolders = folder.listFiles(); in getCurrentCacheSize()93 folder = subfolders[0]; in getCurrentCacheSize()94 for (File f : folder.listFiles()) { in getCurrentCacheSize()
2 of vdex files in the data folder. Least recently used vdex files should be unlinked.
2 cached in a vdex file in the app's data folder. Subsequent loads should initialize an instance of
219 File folder = new File(value); in handleKeyValueOption() local220 if (folder.listFiles() == null) { in handleKeyValueOption()223 for (File file : folder.listFiles()) { in handleKeyValueOption()
57 temp folder which will be deleted after
1271 // Zip the corpus folder. To get the folder, we grab the first file