HomeSort by relevance Sort by last modified time
    Searched full:_rmtree (Results 1 - 3 of 3) sorted by null

  /external/ipsec-tools/src/racoon/
remoteconf.c 80 static TAILQ_HEAD(_rmtree, remoteconf) rmtree, rmtree_save, rmtree_tmp;
487 RACOON_TAILQ_FOREACH_REVERSE(p, &rmtree, _rmtree, chain) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py 225 def _rmtree(path): function in function:unload
239 _rmtree = shutil.rmtree
257 _rmtree(path)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py 225 def _rmtree(path): function in function:unload
239 _rmtree = shutil.rmtree
257 _rmtree(path)
    [all...]

Completed in 1156 milliseconds