Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileName.cpp624 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/
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.py96 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/
Dlaunch.py31 curDir = os.getcwd()
47 os.chdir(curDir)
Dbuild.py150 curDir = os.getcwd()
185 os.chdir(curDir)
Ddebug.py86 curDir = os.getcwd()
242 os.chdir(curDir)
/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/cpython2/Mac/BuildScript/
Dbuild-installer.py1116 curDir = os.getcwd()
1122 os.chdir(curDir)