Home
last modified time | relevance | path

Searched refs:remove_string (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ltp/testcases/kernel/fs/inode/
H A Dinode02.c76 char remove_string[PATH_STRING_LENGTH + 10]; variable
267 strcpy(remove_string, "rm -rf "); in tree()
268 strcat(remove_string, path_string); in tree()
360 status = system(remove_string); in tree()
362 fprintf(temp, "Caution - `%s' failed.\n", remove_string); in tree()
800 status = system(remove_string); in term()
803 remove_string, status); in term()
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/data_structures/
H A Dlookup_ops_test.py1514 remove_string = constant_op.constant([12, 15], dtypes.int64)
1515 self.evaluate(table.remove(remove_string))
1564 remove_string = constant_op.constant([11, 15], dtypes.int64)
1565 self.evaluate(table.remove(remove_string))
1629 remove_string = constant_op.constant(["b", "e"])
1630 self.evaluate(table.remove(remove_string))
1659 remove_string = constant_op.constant([12, 15], dtypes.int64)
1660 self.evaluate(table.remove(remove_string))
1698 remove_string = constant_op.constant([12, 16], dtypes.int64)
1699 self.evaluate(table.remove(remove_string))
[all …]