Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileName.cpp622 UString curDir; in GetSuperPathBase() local
623 if (!GetCurDir(curDir)) in GetSuperPathBase()
625 NormalizeDirPathPrefix(curDir); in GetSuperPathBase()
630 if (IsSuperPath(curDir)) in GetSuperPathBase()
632 fixedSize = GetRootPrefixSize_Of_SuperPath(curDir); in GetSuperPathBase()
638 if (IsDrivePath(curDir)) in GetSuperPathBase()
645 if (!IsPathSepar(curDir[0]) || !IsPathSepar(curDir[1])) in GetSuperPathBase()
648 fixedSize = GetRootPrefixSize_Of_NetworkPath(curDir.Ptr(2)); in GetSuperPathBase()
662 temp += &curDir[fixedSizeStart + fixedSize]; in GetSuperPathBase()
669 res += curDir.Mid(fixedSizeStart, fixedSize); in GetSuperPathBase()
[all …]
/external/jarjar/src/main/com/tonicsystems/jarjar/
DDepFind.java28 private File curDir = new File(System.getProperty("user.dir")); field in DepFind
30 public void setCurrentDirectory(File curDir) { in setCurrentDirectory() argument
31 this.curDir = curDir; in setCurrentDirectory()
38 ClassPathIterator cp = new ClassPathIterator(curDir, to, null); in run()
57 cp = new ClassPathIterator(curDir, from, null); in run()
/external/deqp/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")
/external/jdiff/src/jdiff/
DRootDocToXML.java876 String curDir = System.getProperty("user.dir"); in addPkgDocumentation() local
879 int idx = curDir.lastIndexOf(JDiff.DIR_SEP); in addPkgDocumentation()
880 curDir = curDir.substring(0, idx+1); in addPkgDocumentation()
882 srcLocation = curDir + srcLocation; in addPkgDocumentation()
/external/python/cpython3/Mac/BuildScript/
Dbuild-installer.py1108 curDir = os.getcwd()
1144 os.chdir(curDir)
/external/python/cpython2/Mac/BuildScript/
Dbuild-installer.py1064 curDir = os.getcwd()
1075 os.chdir(curDir)