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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_compileall.py 17 self.bc_path = self.source_path + ('c' if __debug__ else 'o')
28 with open(self.bc_path, 'rb') as file:
41 with open(self.bc_path, 'rb') as file:
43 with open(self.bc_path, 'wb') as file:
60 for fn in (self.bc_path, self.bc_path2):
66 self.assertTrue(os.path.isfile(self.bc_path) \
68 os.unlink(self.bc_path)
70 self.assertTrue(os.path.isfile(self.bc_path) \
72 os.unlink(self.bc_path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_compileall.py 17 self.bc_path = self.source_path + ('c' if __debug__ else 'o')
28 with open(self.bc_path, 'rb') as file:
41 with open(self.bc_path, 'rb') as file:
43 with open(self.bc_path, 'wb') as file:
60 for fn in (self.bc_path, self.bc_path2):
66 self.assertTrue(os.path.isfile(self.bc_path) \
68 os.unlink(self.bc_path)
70 self.assertTrue(os.path.isfile(self.bc_path) \
72 os.unlink(self.bc_path)
  /external/llvm/tools/gold/
gold-plugin.cpp 82 static std::string bc_path; member in namespace:options
117 if (!bc_path.empty()) {
121 bc_path = path;
449 else if (!options::bc_path.empty())
450 path = options::bc_path;

Completed in 247 milliseconds