Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileName.cpp468 UString curDir; in GetSuperPathBase() local
469 if (!GetCurDir(curDir)) in GetSuperPathBase()
471 if (curDir.Back() != WCHAR_PATH_SEPARATOR) in GetSuperPathBase()
472 curDir += WCHAR_PATH_SEPARATOR; in GetSuperPathBase()
477 if (IsSuperPath(curDir)) in GetSuperPathBase()
479 fixedSize = GetRootPrefixSize_Of_SuperPath(curDir); in GetSuperPathBase()
485 if (IsDrivePath(curDir)) in GetSuperPathBase()
492 if (curDir[0] != CHAR_PATH_SEPARATOR || curDir[1] != CHAR_PATH_SEPARATOR) in GetSuperPathBase()
495 fixedSize = GetRootPrefixSize_Of_NetworkPath(&curDir[2]); in GetSuperPathBase()
509 temp += &curDir[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/testng/lib-supplied/
Djarjar-issue-21.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/ ...
/external/guice/lib/build/
Djarjar-1.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/ ...
/external/guice/lib/build/jdiff/
Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API ...
/external/guava/guava/lib/
Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API ...