Searched refs:FUZZ_TEST_PATH_FROM (Results 1 – 1 of 1) sorted by relevance
42 const std::string FUZZ_TEST_PATH_FROM = "/data/fuzz/test/"; variable64 fileInfo.unpackedSize = GetFileSize(FUZZ_TEST_PATH_FROM + fileId); in GetFileInfo()83 auto fd = open((FUZZ_TEST_PATH_FROM + fileId).c_str(), O_RDWR); in ExtractFile()85 PKG_LOGE("file %s not existed", (FUZZ_TEST_PATH_FROM + fileId).c_str()); in ExtractFile()116 if (realpath((FUZZ_TEST_PATH_FROM + realFileName).c_str(), realPath) == nullptr) { in CreatePkgStream()117 LOG(ERROR) << (FUZZ_TEST_PATH_FROM + realFileName) << " realpath failed"; in CreatePkgStream()