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

  /external/trappy/tests/
test_trappy.py 67 other_random_dir = tempfile.mkdtemp()
68 os.chdir(other_random_dir)
74 self.assertEquals(os.getcwd(), other_random_dir)
test_results.py 49 other_random_dir = tempfile.mkdtemp()
50 os.chdir(other_random_dir)
test_ftrace.py 120 other_random_dir = tempfile.mkdtemp()
121 os.chdir(other_random_dir)
126 self.assertEquals(os.getcwd(), other_random_dir)

Completed in 174 milliseconds