Home
last modified time | relevance | path

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

/aosp_15_r20/test/vts-testcase/kernel/f2fs/
DF2fsTest.cpp40 static const char* kTestFilePath = "/data/local/tmp/mnt/test"; variable
102 int fd = open(kTestFilePath, O_RDWR | O_TRUNC | O_CREAT, in TEST_F()
125 int fd = open(kTestFilePath, O_RDWR | O_TRUNC | O_CREAT, in TEST_F()
151 int fd = open(kTestFilePath, O_RDWR | O_TRUNC | O_CREAT, in TEST_F()
196 fd = open(kTestFilePath, O_RDONLY); in TEST_F()
/aosp_15_r20/external/cronet/net/nqe/
H A Dnetwork_quality_estimator_test_util.cc23 const base::FilePath::CharType kTestFilePath[] = variable
54 embedded_test_server_(base::FilePath(kTestFilePath)), in TestNetworkQualityEstimator()
63 embedded_test_server_(base::FilePath(kTestFilePath)), in TestNetworkQualityEstimator()
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/signature/
H A Dsignature_def_util_test.cc40 constexpr char kTestFilePath[] = "tensorflow/lite/testdata/add.bin"; variable
45 flatbuffer_model_ = FlatBufferModel::BuildFromFile(kTestFilePath); in SetUp()
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_unittest.cc206 const base::FilePath::CharType kTestFilePath[] = variable
3925 test_server_(base::FilePath(kTestFilePath)) { in URLRequestTestHTTP()
4912 file_path = file_path.Append(kTestFilePath); in TEST_F()
5964 path = path.Append(kTestFilePath); in TEST_F()
6170 base::FilePath(kTestFilePath)); in TEST_F()
6203 base::FilePath(kTestFilePath)); in TEST_F()
6231 base::FilePath(kTestFilePath)); in TEST_F()
6281 base::FilePath(kTestFilePath)); in TEST_F()
6351 base::FilePath(kTestFilePath)); in TEST_F()
6404 base::FilePath(kTestFilePath)); in TEST_F()
[all …]