Searched refs:curDir (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/framework/qphelper/ |
D | gen_release_info.py | 88 curDir = os.path.dirname(__file__) variable 89 defaultGitDir = os.path.normpath(os.path.join(curDir, "..", "..", ".git")) 90 …defaultGlslGitDir = os.path.normpath(os.path.join(curDir, "..", "..", "external", "glslang", "sr… 91 …defaultSpirvToolsGitDir = os.path.normpath(os.path.join(curDir, "..", "..", "external", "spirv-to… 92 …defaultSpirvHeadersGitDir = os.path.normpath(os.path.join(curDir, "..", "..", "external", "spirv-h… 93 defaultDstFile = os.path.join(curDir, "qpReleaseInfo.inl")
|
/third_party/python/Mac/BuildScript/ |
D | build-installer.py | 1077 curDir = os.getcwd() 1112 os.chdir(curDir)
|