Home
last modified time | relevance | path

Searched refs:ROOT_DIR (Results 1 – 23 of 23) sorted by relevance

/external/libweave/examples/
Dbuild.sh10 ROOT_DIR=$(cd -P -- "$(dirname -- "$0")/.." && pwd -P)
12 cd $ROOT_DIR
Dprerequisites.sh10 ROOT_DIR=$(cd -P -- "$(dirname -- "$0")/.." && pwd -P)
/external/webrtc/
Dsync_chromium.py36 ROOT_DIR = os.path.dirname(os.path.abspath(__file__)) variable
56 main_gclient = os.path.join(os.path.dirname(ROOT_DIR), '.gclient')
78 CR_DIR = os.path.join(ROOT_DIR, 'chromium')
131 cache_path = os.path.join(os.path.splitdrive(ROOT_DIR)[0] + os.path.sep,
Dsetup_links.py113 ROOT_DIR = os.path.dirname(os.path.abspath(__file__)) variable
294 entries_file = os.path.join(os.path.dirname(ROOT_DIR), '.gclient_entries')
/external/libweave/third_party/libuweave/
Dupdate.sh7 ROOT_DIR=$(cd -P -- "$(dirname -- "$0")/../.." && pwd -P)
9 cd $ROOT_DIR
/external/google-breakpad/src/tools/python/tests/
Dfilter_syms_unittest.py40 ROOT_DIR = os.path.dirname(os.path.abspath(__file__)) variable
41 sys.path.insert(0, os.path.join(ROOT_DIR, '..'))
/external/autotest/utils/modelviz/
Dgenerate_schema_diagrams.py12 ROOT_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..')) variable
/external/vboot_reference/tests/
Dcommon.sh10 ROOT_DIR="$(dirname ${SCRIPT_DIR})"
Dgen_preamble_testdata.sh18 . "${ROOT_DIR}/scripts/keygeneration/common.sh"
Drun_vbutil_kernel_arg_tests.sh15 DEVKEYS="${ROOT_DIR}/tests/devkeys"
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/
DFakeFtpServerIntegrationTest.groovy48 static final ROOT_DIR = "c:/"
49 static final HOME_DIR = p(ROOT_DIR, "home")
117 assert p(ftpClient.printWorkingDirectory()) == p(ROOT_DIR)
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/
DFakeFtpServerIntegrationTest.groovy48 static final ROOT_DIR = "c:/"
49 static final HOME_DIR = p(ROOT_DIR, "home")
117 assert p(ftpClient.printWorkingDirectory()) == p(ROOT_DIR)
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/
DFakeFtpServerIntegrationTest.groovy49 static final ROOT_DIR = "c:/"
50 static final HOME_DIR = p(ROOT_DIR, "home")
118 assert p(ftpClient.printWorkingDirectory()) == p(ROOT_DIR)
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/
DFakeFtpServerIntegrationTest.groovy49 static final ROOT_DIR = "c:/"
50 static final HOME_DIR = p(ROOT_DIR, "home")
118 assert p(ftpClient.printWorkingDirectory()) == p(ROOT_DIR)
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/
DFakeFtpServerIntegrationTest.groovy49 static final ROOT_DIR = "c:/"
50 static final HOME_DIR = p(ROOT_DIR, "home")
118 assert p(ftpClient.printWorkingDirectory()) == p(ROOT_DIR)
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/
DFakeFtpServerIntegrationTest.groovy48 static final ROOT_DIR = "c:/"
49 static final HOME_DIR = p(ROOT_DIR, "home")
117 assert p(ftpClient.printWorkingDirectory()) == p(ROOT_DIR)
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/
DFakeFtpServerIntegrationTest.groovy48 static final ROOT_DIR = "c:/"
49 static final HOME_DIR = p(ROOT_DIR, "home")
117 assert p(ftpClient.printWorkingDirectory()) == p(ROOT_DIR)
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
DFakeFtpServerIntegrationTest.groovy48 static final ROOT_DIR = "c:/"
49 static final HOME_DIR = p(ROOT_DIR, "home")
117 assert p(ftpClient.printWorkingDirectory()) == p(ROOT_DIR)
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/
DFakeFtpServerIntegrationTest.groovy47 static final ROOT_DIR = "c:/"
48 static final HOME_DIR = p(ROOT_DIR, "home")
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/
DFakeFtpServerIntegrationTest.groovy49 static final ROOT_DIR = "c:/"
50 static final HOME_DIR = p(ROOT_DIR, "home")
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
DFakeFtpServerIntegrationTest.groovy49 static final ROOT_DIR = "c:/"
50 static final HOME_DIR = p(ROOT_DIR, "home")
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
DFakeFtpServerIntegrationTest.groovy49 static final ROOT_DIR = "c:/"
50 static final HOME_DIR = p(ROOT_DIR, "home")
/external/opencv3/cmake/
DOpenCVFindMatlab.cmake25 # cmake -DMATLAB_ROOT_DIR='/PATH/TO/ROOT_DIR' ..