Home
last modified time | relevance | path

Searched refs:curDir (Results 1 - 4 of 4) sorted by relevance

/third_party/lzma/CPP/Windows/
H A DFileName.cpp685 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[fixedSizeStar in GetSuperPathBase()
836 UString curDir; GetFullPath() local
[all...]
/third_party/vk-gl-cts/framework/qphelper/
H A Dgen_release_info.py93 curDir = os.path.dirname(__file__) variable
94 defaultGitDir = os.path.normpath(os.path.join(curDir, "..", "..", ".git"))
95 defaultGlslGitDir = os.path.normpath(os.path.join(curDir, "..", "..", "external", "glslang", "src", ".git"))
96 defaultSpirvToolsGitDir = os.path.normpath(os.path.join(curDir, "..", "..", "external", "spirv-tools", "src", ".git"))
97 defaultSpirvHeadersGitDir = os.path.normpath(os.path.join(curDir, "..", "..", "external", "spirv-headers", "src", ".git"))
98 defaultDstFile = os.path.join(curDir, "qpReleaseInfo.inl")
/third_party/backends/japi/
H A DJscanimage.java596 String curDir; in actionPerformed()
600 curDir = (new File(".")).getCanonicalPath(); in actionPerformed()
603 if (!curDir.equals( in actionPerformed()
608 { curDir = "."; fname = file.getName(); } in actionPerformed()
/third_party/python/Mac/BuildScript/
H A Dbuild-installer.py1086 curDir = os.getcwd()
1121 os.chdir(curDir)

Completed in 5 milliseconds