/external/libmtp/examples/ |
D | Makefile.am | 30 ln -f -s $(DESTDIR)$(bindir)/mtp-connect$(EXEEXT) $(DESTDIR)$(bindir)/mtp-delfile$(EXEEXT) 31 ln -f -s $(DESTDIR)$(bindir)/mtp-connect$(EXEEXT) $(DESTDIR)$(bindir)/mtp-getfile$(EXEEXT) 32 ln -f -s $(DESTDIR)$(bindir)/mtp-connect$(EXEEXT) $(DESTDIR)$(bindir)/mtp-newfolder$(EXEEXT) 33 ln -f -s $(DESTDIR)$(bindir)/mtp-connect$(EXEEXT) $(DESTDIR)$(bindir)/mtp-sendfile$(EXEEXT) 34 ln -f -s $(DESTDIR)$(bindir)/mtp-connect$(EXEEXT) $(DESTDIR)$(bindir)/mtp-sendtr$(EXEEXT)
|
/external/autotest/client/site_tests/video_VideoSanity/ |
D | video_VideoSanity.py | 54 shutil.copy2(constants.VIDEO_HTML_FILEPATH, self.bindir) 57 shutil.copy2(video_path, self.bindir) 58 cr.browser.platform.SetHTTPServerDirectories(self.bindir) 60 html_fullpath = os.path.join(self.bindir, 'video.html')
|
/external/autotest/client/site_tests/platform_ToolchainOptions/ |
D | platform_ToolchainOptions.py | 221 now_whitelist = os.path.join(self.bindir, "now_whitelist") 230 relro_whitelist = os.path.join(self.bindir, "relro_whitelist") 240 pie_whitelist = os.path.join(self.bindir, "pie_whitelist") 254 textrel_whitelist = os.path.join(self.bindir, "textrel_whitelist") 262 stack_whitelist = os.path.join(self.bindir, "stack_whitelist") 271 loadwx_whitelist = os.path.join(self.bindir, "loadwx_whitelist") 281 hardfp_whitelist = os.path.join(self.bindir, "hardfp_whitelist")
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer_unittest_utils.cc | 44 char *bindir = getenv("bindir"); in GetHelperBinary() local 45 if (bindir) { in GetHelperBinary() 46 helper_path = string(bindir) + "/"; in GetHelperBinary()
|
/external/autotest/client/site_tests/video_ChromeHWDecodeUsed/ |
D | video_ChromeHWDecodeUsed.py | 67 shutil.copy2(constants.VIDEO_HTML_FILEPATH, self.bindir) 70 shutil.copy2(video_path, self.bindir) 72 cr.browser.platform.SetHTTPServerDirectories(self.bindir) 74 html_fullpath = os.path.join(self.bindir, 'video.html')
|
/external/autotest/client/site_tests/video_MultiplePlayback/ |
D | video_MultiplePlayback.py | 53 browser.platform.SetHTTPServerDirectories(self.bindir) 57 os.path.join(self.bindir, 'video.html'))) 65 os.path.join(self.bindir, 'youtube5.html'))) 77 os.path.join(self.bindir, 'youtube.html')))
|
/external/autotest/server/site_tests/platform_GCC/ |
D | platform_GCC.py | 77 (os.path.join(self.bindir, 'dejagnu_init_remote'), 95 exp_file = os.path.join(self.bindir, 'site.exp') 101 self.bindir, client_hostname, test_flags)) 111 baseline = os.path.join(self.bindir, '%s.log' % (log)) 128 utils.system(os.path.join(self.bindir, 'dejagnu_cleanup_remote'))
|
/external/liblzf/ |
D | Makefile.in | 6 bindir = @bindir@ 40 $(INSTALL) -d $(bindir) 41 $(INSTALL) -m 755 lzf $(bindir)
|
/external/autotest/client/site_tests/video_VideoCorruption/ |
D | video_VideoCorruption.py | 24 shutil.copy2(constants.VIDEO_HTML_FILEPATH, self.bindir) 25 cr.browser.platform.SetHTTPServerDirectories(self.bindir) 27 html_fullpath = os.path.join(self.bindir, 'video.html')
|
/external/autotest/client/site_tests/video_VideoReload/ |
D | video_VideoReload.py | 25 shutil.copy2(constants.VIDEO_HTML_FILEPATH, self.bindir) 26 cr.browser.platform.SetHTTPServerDirectories(self.bindir) 28 html_fullpath = os.path.join(self.bindir, 'video.html')
|
/external/openssh/contrib/cygwin/ |
D | Makefile | 5 bindir=$(prefix)/bin macro 61 $(srcdir)/mkinstalldirs $(DESTDIR)$(bindir) 62 $(INSTALL) -m 755 ssh-host-config $(DESTDIR)$(bindir)/ssh-host-config 63 $(INSTALL) -m 755 ssh-user-config $(DESTDIR)$(bindir)/ssh-user-config 66 $(INSTALL) -m 755 $(copyidsrcdir)/ssh-copy-id $(DESTDIR)$(bindir)/ssh-copy-id
|
/external/mmc-utils/ |
D | Makefile | 18 bindir = $(prefix)/bin macro 51 $(INSTALL) -m755 -d $(DESTDIR)$(bindir) 52 $(INSTALL) $(progs) $(DESTDIR)$(bindir)
|
/external/googletest/googlemock/scripts/ |
D | gmock-config.in | 207 bindir="@bindir@" 210 if test "${this_bindir}" = "${this_bindir%${bindir}}"; then 242 gtest_config="${bindir}/gtest-config"
|
/external/google-breakpad/src/testing/scripts/ |
D | gmock-config.in | 207 bindir="@bindir@" 210 if test "${this_bindir}" = "${this_bindir%${bindir}}"; then 242 gtest_config="${bindir}/gtest-config"
|
/external/v8/testing/gmock/scripts/ |
D | gmock-config.in | 207 bindir="@bindir@" 210 if test "${this_bindir}" = "${this_bindir%${bindir}}"; then 242 gtest_config="${bindir}/gtest-config"
|
/external/autotest/client/site_tests/video_ChromeRTCHWDecodeUsed/ |
D | video_ChromeRTCHWDecodeUsed.py | 57 os.path.join(self.bindir, 'loopback.html'))) 67 local_path = os.path.join(self.bindir, video_name) 75 cr.browser.platform.SetHTTPServerDirectories(self.bindir)
|
/external/autotest/client/site_tests/video_ChromeVidResChangeHWDecode/ |
D | video_ChromeVidResChangeHWDecode.py | 29 shutil.copy2(constants.VIDEO_HTML_FILEPATH, self.bindir) 30 cr.browser.platform.SetHTTPServerDirectories(self.bindir) 32 html_fullpath = os.path.join(self.bindir, 'video.html')
|
/external/curl/packages/EPM/ |
D | curl.list.in | 4 $bindir=@bindir@ 53 f 0755 cowo pppusers ${bindir}/curl ./src/curl 54 f 0755 cowo pppusers ${bindir}/curl ./src/.libs/curl 60 f 0755 cowo pppusers ${bindir}/curl-config ./curl-config
|
/external/ImageMagick/utilities/ |
D | Makefile.am | 72 $(mkdir_p) $(DESTDIR)$(bindir) 73 cd $(DESTDIR)$(bindir) ; \ 84 cd $(DESTDIR)$(bindir) ; \
|
/external/autotest/client/cros/video/ |
D | collect_golden_images.py | 74 bindir = '/usr/local/autotest/cros/video' 76 cr.browser.platform.SetHTTPServerDirectories(bindir) 81 bindir,
|
/external/autotest/client/site_tests/platform_SessionManagerBlockDevmodeSetting/ |
D | platform_SessionManagerBlockDevmodeSetting.py | 67 os.path.join(self.bindir, 'owner.key'), constants.OWNER_KEY_FILE) 69 os.path.join(self.bindir, 'policy_block_devmode_enabled'), 78 with open(os.path.join(self.bindir,
|
/external/ltp/testcases/open_posix_testsuite/bin/ |
D | Makefile | 13 bindir?= $(prefix)/bin macro 20 install -m 0755 $$i $(DESTDIR)/$(bindir)/. ;\
|
/external/autotest/client/site_tests/video_ChromeRTCHWEncodeUsed/ |
D | video_ChromeRTCHWEncodeUsed.py | 41 os.path.join(self.bindir, 'loopback.html'))) 93 local_path = os.path.join(self.bindir, VIDEO_NAME) 102 cr.browser.platform.SetHTTPServerDirectories(self.bindir)
|
/external/autotest/client/common_lib/ |
D | test.py | 32 def __init__(self, job, bindir, outputdir): argument 51 self.bindir = bindir 52 self.srcdir = os.path.join(self.bindir, 'src') 836 bindir = os.path.join(job.testdir, 'download', testgroup, testname) 855 bindir = os.path.join(job.testdir, testname) 856 job.install_pkg(testname, 'test', bindir) 862 bindir = None 865 importdir = bindir = os.path.join(dir, path) 866 if not bindir: 875 local_namespace['bindir'] = bindir
|
/external/ltp/ |
D | Makefile | 107 $(sort $(addprefix $(abs_top_builddir)/,$(BOOTSTRAP_TARGETS)) $(INSTALL_DIR) $(DESTDIR)/$(bindir)): 185 $(addprefix $(DESTDIR)/$(bindir)/,$(BINDIR_INSTALL_SCRIPTS)): %: 194 INSTALL_TARGETS += $(addprefix $(DESTDIR)/$(bindir)/,$(BINDIR_INSTALL_SCRIPTS)) 196 $(INSTALL_TARGETS): $(INSTALL_DIR) $(DESTDIR)/$(bindir)
|