Searched refs:childpath (Results 1 – 3 of 3) sorted by relevance
59 const char* childpath; in TEST() local60 ASSERT_TRUE(TF_StringStreamNext(children, &childpath)); in TEST()61 ASSERT_EQ(::tensorflow::string(childpath), "somefile.txt"); in TEST()63 ASSERT_FALSE(TF_StringStreamNext(children, &childpath)); in TEST()64 ASSERT_EQ(childpath, nullptr); in TEST()
248 wstring childpath = path + childname; in DeleteAllUnder() local253 !DeleteAllUnder(childpath)) || in DeleteAllUnder()254 !::RemoveDirectoryW(childpath.c_str())) { in DeleteAllUnder()259 if (!::DeleteFileW(childpath.c_str())) { in DeleteAllUnder()
90 self.childpath = os.path.join(TESTFN, 'a')91 f = open(self.childpath, 'w')94 old_child_mode = os.stat(self.childpath).st_mode96 os.chmod(self.childpath, stat.S_IREAD)106 os.chmod(self.childpath, old_child_mode)124 self.assertEqual(arg, self.childpath)