Searched refs:curDir (Results 1 – 3 of 3) sorted by relevance
/third_party/lzma/CPP/Windows/ |
D | FileName.cpp | 685 UString curDir; in GetSuperPathBase() local 686 if (!GetCurDir(curDir)) in GetSuperPathBase() 688 NormalizeDirPathPrefix(curDir); in GetSuperPathBase() 693 if (IsSuperPath(curDir)) in GetSuperPathBase() 695 fixedSize = GetRootPrefixSize_Of_SuperPath(curDir); in GetSuperPathBase() 701 if (IsDrivePath(curDir)) in GetSuperPathBase() 708 if (!IsPathSepar(curDir[0]) || !IsPathSepar(curDir[1])) in GetSuperPathBase() 711 fixedSize = GetRootPrefixSize_Of_NetworkPath(curDir.Ptr(2)); in GetSuperPathBase() 725 temp += &curDir[fixedSizeStart + fixedSize]; in GetSuperPathBase() 732 res += curDir.Mid(fixedSizeStart, fixedSize); in GetSuperPathBase() [all …]
|
/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)
|