Searched defs:rootfs (Results 1 - 4 of 4) sorted by relevance

/external/avb/test/
H A Davb_slot_verify_unittest.cc1172 std::vector<uint8_t> rootfs; local
1173 rootfs.resize(rootfs_size);
1175 rootfs[n] = uint8_t(n);
1176 base::FilePath rootfs_path = testdir_.Append("rootfs.bin");
1180 reinterpret_cast<const char*>(rootfs.data()),
1181 rootfs.size())));
H A Davbtool_unittest.cc351 std::vector<uint8_t> rootfs; local
352 rootfs.resize(rootfs_size);
357 rootfs[n] = uint8_t(n) & 0x03;
359 rootfs[n] = uint8_t(n);
363 base::FilePath rootfs_path = testdir_.Append("rootfs.bin");
367 reinterpret_cast<const char*>(rootfs.data()),
368 rootfs.size())));
460 avb_sha256_update(&hasher_ctx, rootfs.data(), rootfs_size);
643 std::vector<uint8_t> rootfs; local
644 rootfs
915 std::vector<uint8_t> rootfs; local
[all...]
/external/autotest/site_utils/
H A Dlxc.py154 # Skip all files and folders without rootfs subfolder.
157 'rootfs'))):
450 # Path to the rootfs of the container. This will be initialized when
451 # property rootfs is retrieved.
471 def rootfs(self): member in class:Container
472 """Path to the rootfs of the container.
474 This property returns the path to the rootfs of the container, that is,
476 attribute lxc.rootfs from the config file of the container, e.g.,
477 lxc.rootfs = /usr/local/autotest/containers/t4/rootfs
[all...]
/external/kmod/testsuite/
H A Dtestsuite.c248 const char *stamp = TESTSUITE_ROOTFS "../stamp-rootfs";
249 const char *rootfs = t->config[TC_ROOTFS]; local
257 if (stat(rootfs, &rootfsst) != 0) {
258 ERR("could not stat %s\n - %m", rootfs);
263 ERR("rootfs %s is dirty, please run 'make rootfs' before runnning this test\n",
264 rootfs);
636 const char *rootfs = t->config[TC_ROOTFS] ? t->config[TC_ROOTFS] : ""; local
639 if (snprintf(dirname, sizeof(dirname), "%s/sys/module", rootfs)
641 ERR("rootfs pat
[all...]

Completed in 390 milliseconds