Home
last modified time | relevance | path

Searched refs:curDir (Results 1 – 3 of 3) sorted by relevance

/third_party/lzma/CPP/Windows/
DFileName.cpp670 UString curDir; in GetSuperPathBase() local
671 if (!GetCurDir(curDir)) in GetSuperPathBase()
673 NormalizeDirPathPrefix(curDir); in GetSuperPathBase()
678 if (IsSuperPath(curDir)) in GetSuperPathBase()
680 fixedSize = GetRootPrefixSize_Of_SuperPath(curDir); in GetSuperPathBase()
686 if (IsDrivePath(curDir)) in GetSuperPathBase()
693 if (!IsPathSepar(curDir[0]) || !IsPathSepar(curDir[1])) in GetSuperPathBase()
696 fixedSize = GetRootPrefixSize_Of_NetworkPath(curDir.Ptr(2)); in GetSuperPathBase()
710 temp += &curDir[fixedSizeStart + fixedSize]; in GetSuperPathBase()
717 res += curDir.Mid(fixedSizeStart, fixedSize); in GetSuperPathBase()
[all …]
/third_party/vk-gl-cts/framework/qphelper/
Dgen_release_info.py88 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/
Dbuild-installer.py1077 curDir = os.getcwd()
1112 os.chdir(curDir)