Searched refs:curDir (Results 1 – 8 of 8) sorted by relevance
/external/lzma/CPP/Windows/ |
D | FileName.cpp | 624 UString curDir; in GetSuperPathBase() local 625 if (!GetCurDir(curDir)) in GetSuperPathBase() 627 NormalizeDirPathPrefix(curDir); in GetSuperPathBase() 632 if (IsSuperPath(curDir)) in GetSuperPathBase() 634 fixedSize = GetRootPrefixSize_Of_SuperPath(curDir); in GetSuperPathBase() 640 if (IsDrivePath(curDir)) in GetSuperPathBase() 647 if (!IsPathSepar(curDir[0]) || !IsPathSepar(curDir[1])) in GetSuperPathBase() 650 fixedSize = GetRootPrefixSize_Of_NetworkPath(curDir.Ptr(2)); in GetSuperPathBase() 664 temp += &curDir[fixedSizeStart + fixedSize]; in GetSuperPathBase() 671 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 | 96 curDir = os.path.dirname(__file__) variable 97 defaultGitDir = os.path.normpath(os.path.join(curDir, "..", "..", ".git")) 98 defaultDstFile = os.path.join(curDir, "qpReleaseInfo.inl")
|
/external/deqp/android/scripts/ |
D | launch.py | 31 curDir = os.getcwd() 47 os.chdir(curDir)
|
D | build.py | 150 curDir = os.getcwd() 185 os.chdir(curDir)
|
D | debug.py | 86 curDir = os.getcwd() 242 os.chdir(curDir)
|
/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/cpython2/Mac/BuildScript/ |
D | build-installer.py | 1116 curDir = os.getcwd() 1122 os.chdir(curDir)
|