HomeSort by relevance Sort by last modified time
    Searched defs:ld_library_path (Results 1 - 2 of 2) sorted by null

  /test/vts/testcases/template/binary_test/
binary_test_case.py 46 ld_library_path: string, a path for LD_LIBRARY_PATH environment variable.
64 ld_library_path=None,
76 self.ld_library_path = ld_library_path
129 ld_library_path = ('LD_LIBRARY_PATH=%s ' % self.ld_library_path
130 if self.ld_library_path else '')
132 if ld_library_path
208 def ld_library_path(self): member in class:BinaryTestCase
213 def ld_library_path(self, ld_library_path): member in class:BinaryTestCase
    [all...]
  /external/tensorflow/tensorflow/stream_executor/
dso_loader.cc 140 char* ld_library_path = getenv("LD_LIBRARY_PATH"); local
144 << ". LD_LIBRARY_PATH: "
145 << (ld_library_path != nullptr ? ld_library_path : "")

Completed in 83 milliseconds