Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Dfile_system_test.cc155 string Match(InterPlanetaryFileSystem* ipfs, const string& suffix_pattern) { in Match() argument
157 Status s = ipfs->GetMatchingPaths(ipfs->JoinPath(kPrefix, suffix_pattern), in Match()
175 InterPlanetaryFileSystem ipfs; in TEST() local
176 EXPECT_EQ(Match(&ipfs, "thereisnosuchfile"), ""); in TEST()
177 EXPECT_EQ(Match(&ipfs, "*"), in TEST()
180 EXPECT_EQ(Match(&ipfs, "Jupiter/*"), in TEST()
183 EXPECT_EQ(Match(&ipfs, "*/*"), in TEST()
185 TF_EXPECT_OK(ipfs.CreateDir(ipfs.JoinPath(kPrefix, "Planet0"), nullptr)); in TEST()
186 TF_EXPECT_OK(ipfs.CreateDir(ipfs.JoinPath(kPrefix, "Planet1"), nullptr)); in TEST()
187 EXPECT_EQ(Match(&ipfs, "Planet[0-1]"), "Planet0,Planet1"); in TEST()
[all …]
/external/oss-fuzz/projects/ipfs/
Dbuild.sh28 compile_go_fuzzer github.com/ipfs/go-datastore/fuzz Fuzz $fuzzer
DDockerfile18 RUN git clone --depth 1 https://github.com/ipfs/go-datastore