Searched refs:curDir (Results 1 – 6 of 6) sorted by relevance
/external/lzma/CPP/Windows/ |
D | FileName.cpp | 622 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/ |
D | DepFind.java | 28 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/ |
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")
|
/external/jdiff/src/jdiff/ |
D | RootDocToXML.java | 876 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/ |
D | build-installer.py | 1108 curDir = os.getcwd() 1144 os.chdir(curDir)
|
/external/python/cpython2/Mac/BuildScript/ |
D | build-installer.py | 1064 curDir = os.getcwd() 1075 os.chdir(curDir)
|