Home
last modified time | relevance | path

Searched refs:pwd (Results 1 – 4 of 4) sorted by relevance

/build/blueprint/pathtools/
Dglob_test.go25 var pwd, _ = os.Getwd() var
118 pattern: filepath.Join(pwd, "testdata/glob/c/*/*.ext"),
120 filepath.Join(pwd, "testdata/glob/c/f/f.ext"),
121 filepath.Join(pwd, "testdata/glob/c/g/g.ext"),
124 filepath.Join(pwd, "testdata/glob/c"),
125 filepath.Join(pwd, "testdata/glob/c/f"),
126 filepath.Join(pwd, "testdata/glob/c/g"),
127 filepath.Join(pwd, "testdata/glob/c/h"),
174 pattern: filepath.Join(pwd, "testdata/glob/**/*.ext"),
176 filepath.Join(pwd, "testdata/glob/d.ext"),
[all …]
Dfs_test.go43 mockFiles[filepath.Join(pwd, "testdata", f)] = nil
/build/make/tools/signapk/src/com/android/signapk/
DSignApk.java202 char[] pwd; in readPassword() local
213 if ((pwd = console.readPassword("[%s]", "Enter password for " + keyFile)) != null) { in readPassword()
214 return String.valueOf(pwd); in readPassword()
/build/make/
DChanges.md589 export PRODUCT_OUT=$$(cd $(PRODUCT_OUT); pwd); cd my/src/path; ./gen.sh -o $${PRODUCT_OUT}/gen.img