Searched refs:ipfs (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/platform/ |
D | file_system_test.cc | 155 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/ |
D | build.sh | 28 compile_go_fuzzer github.com/ipfs/go-datastore/fuzz Fuzz $fuzzer
|
D | Dockerfile | 18 RUN git clone --depth 1 https://github.com/ipfs/go-datastore
|