Home
last modified time | relevance | path

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

/build/blueprint/bootstrap/
Dconfig.go53 if cwd, err := os.Getwd(); err == nil {
54 if relpath, err := filepath.Rel(cwd, goroot); err == nil {
Dcleanup.go157 cwd, err := os.Getwd()
162 for dir := filepath.Dir(path); dir != cwd; dir = filepath.Dir(dir) {
/build/make/core/
Dchecktree80 cwd = os.getcwd() variable
82 files = map(lambda s: cwd+s, files)
Dconfig.mk1010 RELATIVE_PWD := PWD=/proc/self/cwd
/build/soong/scripts/
Dsetup-android-build.sh69 --cwd "$source"\
/build/make/tools/
Dmk2bp_catalog.py139 cwd = os.getcwd()
140 for root, dirs, files in os.walk(cwd):
143 yield os.path.join(root, filename)[len(cwd) + 1:]
/build/pesto/experiments/prepare_bazel_test_env/
Dbazelenv.py84 cwd=self.soong_workspace,
/build/make/tools/releasetools/
Dcommon.py3831 cwd=extracted_ramdisk)