Home | History | Annotate | Download | only in tko

Lines Matching full:path

47         self.god.stub_function(os.path, "exists")
56 os.path.exists.expect_call(
63 os.path.exists.expect_call(
65 os.path.exists.expect_call(
72 os.path.exists.expect_call(
74 os.path.exists.expect_call(
76 os.path.exists.expect_call(
83 os.path.exists.expect_call(
85 os.path.exists.expect_call(
87 os.path.exists.expect_call("/.autoserv_execute").and_return(True)
93 os.path.exists.expect_call(
95 os.path.exists.expect_call(
97 os.path.exists.expect_call("/.autoserv_execute").and_return(False)