Searched refs:file_to_read (Results 1 – 3 of 3) sorted by relevance
| /external/iamf_tools/iamf/cli/tests/ |
| D | cli_test_utils_test.cc | 86 const std::filesystem::path file_to_read(GetAndCleanupOutputFileName(".bin")); in TEST() local 88 WriteVectorToFile(file_to_read, kExpectedBytes); in TEST() 91 EXPECT_THAT(ReadFileToBytes(file_to_read, bytes), IsOk()); in TEST() 98 const std::filesystem::path file_to_read(GetAndCleanupOutputFileName(".bin")); in TEST() local 100 WriteVectorToFile(file_to_read, kExpectedBytes); in TEST() 103 EXPECT_THAT(ReadFileToBytes(file_to_read, bytes), IsOk()); in TEST() 106 EXPECT_THAT(ReadFileToBytes(file_to_read, bytes), IsOk()); in TEST() 112 const std::filesystem::path file_to_read(GetAndCleanupOutputFileName(".bin")); in TEST() local 115 WriteVectorToFile(file_to_read, in TEST() 119 EXPECT_THAT(ReadFileToBytes(file_to_read, bytes), IsOk()); in TEST()
|
| /external/tensorflow/tensorflow/core/platform/ |
| D | env_test.cc | 402 std::unique_ptr<RandomAccessFile> file_to_read; in TEST_F() local 403 TF_CHECK_OK(env->NewRandomAccessFile(filename, &file_to_read)); in TEST_F() 408 file_to_read->Read(/*offset=*/0, /*n=*/1024, &content, scratch).code()); in TEST_F()
|
| /external/curl/docs/libcurl/ |
| D | libcurl-security.md | 177 users. An application that expects https://example.com/file_to_read that and
|