Home
last modified time | relevance | path

Searched refs:statBuf (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/tools/lock_agent/
H A Dagent.cpp334 struct stat statBuf; in fileExists() local
335 int rc = stat(path.c_str(), &statBuf); in fileExists()
494 struct stat statBuf; in locktest_main() local
495 int rc = stat(argv[1], &statBuf); in locktest_main()
499 std::unique_ptr<char[]> data(new char[statBuf.st_size]); in locktest_main()
505 if (!android::base::ReadFully(fd.get(), data.get(), statBuf.st_size)) { in locktest_main()
525 std::pair<dex::u1*, size_t> result = maybeTransform(argv[2], statBuf.st_size, in locktest_main()