Searched defs:base (Results 1 – 9 of 9) sorted by relevance
46 File base = new File(root, "android-mts"); in testSuiteInfoLoad() local
46 File base = new File(root, "android-cts-root"); in testSuiteInfoLoad() local
37 File base = new File(root, "android-catbox"); in testSuiteInfoLoad() local
48 File base = tempFolder.newFolder("android-csuite"); in setUp() local
60 File base = new File(root, "android-vts"); in testSuiteInfoLoad() local
57 unsigned base; in ParseBody() local
56 void GcdaFile::Sync(unsigned base, unsigned length) { in Sync()
177 sp<IBase> base = future.get(); in GetHidlService() local
508 ScopedTempDirectory(std::string base) : mBase(std::move(base)) {} in ScopedTempDirectory()