OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PythonSourceDir
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Tests/
CheckPythonSyntax.py
38
for (root, dirs, files) in os.walk(TestTools.
PythonSourceDir
):
49
name = name.replace(TestTools.
PythonSourceDir
, '')
TestTools.py
31
PythonSourceDir
= os.path.join(BaseToolsDir, 'Source', 'Python')
34
if
PythonSourceDir
not in sys.path:
39
sys.path.append(
PythonSourceDir
)
Completed in 501 milliseconds