HomeSort by relevance Sort by last modified time
    Searched refs:bindir (Results 1 - 25 of 310) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer_unittest_utils.cc 44 char *bindir = getenv("bindir"); local
45 if (bindir) {
46 helper_path = string(bindir) + "/";
  /external/ltp/testcases/open_posix_testsuite/bin/
Makefile 13 bindir?= $(prefix)/bin macro
20 install -m 0755 $$i $(DESTDIR)/$(bindir)/. ;\
  /external/gflags/test/
gflags_build.py.in 21 bindir = os.path.join(TMPDIR, test_name)
26 if os.path.isdir(bindir): shutil.rmtree(bindir)
27 os.makedirs(bindir)
31 '-DTEST_NAME:STRING='+test_name, srcdir], cwd=bindir) != 0:
35 exit_code = subprocess.call([CMAKE, '--build', bindir, '--config', CMAKE_BUILD_TYPE], cwd=bindir)
  /external/autotest/client/site_tests/cfm_AutotestSmokeTest/
cfm_AutotestSmokeTest.py 22 cr.browser.platform.SetHTTPServerDirectories(self.bindir)
25 os.path.join(self.bindir, 'smoke_test.html')))
  /external/ltp/testcases/kernel/io/disktest/
Makefile.linux 163 bindir=/usr/bin
  /external/autotest/client/site_tests/platform_DaemonsRespawn/
platform_DaemonsRespawn.py 14 utils.system_output(self.bindir + "/test_respawn.sh",
  /external/autotest/client/profilers/cpistat/
cpistat.py 18 cmd = os.path.join(self.bindir, 'site_cpistat')
20 cmd = os.path.join(self.bindir, 'cpistat')
  /external/autotest/client/site_tests/audio_AudioCorruption/
audio_AudioCorruption.py 23 cr.browser.platform.SetHTTPServerDirectories(self.bindir)
26 os.path.join(self.bindir, 'audio.html')))
  /external/autotest/client/tests/scrashme/
scrashme.py 43 diff_src = os.path.join(self.bindir, 'testfix.diff')
44 tarball = utils.unmap_url(self.bindir, tarball, self.tmpdir)
  /external/autotest/client/site_tests/video_VideoSanity/
video_VideoSanity.py 58 shutil.copy2(constants.VIDEO_HTML_FILEPATH, self.bindir)
61 shutil.copy2(video_path, self.bindir)
62 cr.browser.platform.SetHTTPServerDirectories(self.bindir)
64 html_fullpath = os.path.join(self.bindir, 'video.html')
  /external/autotest/client/tests/fio/
fio.py 11 job = os.path.join(self.bindir, 'fio-mixed.job')
  /external/autotest/client/tests/rttester/
rttester.py 11 tarball = utils.unmap_url(self.bindir, tarball, self.tmpdir)
  /external/autotest/client/site_tests/video_VideoCorruption/
video_VideoCorruption.py 28 shutil.copy2(constants.VIDEO_HTML_FILEPATH, self.bindir)
29 cr.browser.platform.SetHTTPServerDirectories(self.bindir)
31 html_fullpath = os.path.join(self.bindir, 'video.html')
  /external/autotest/client/site_tests/video_VideoReload/
video_VideoReload.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/google-breakpad/src/testing/scripts/
gmock-config.in 204 # gtest-config script rather than searching the PATH and our bindir for one.
207 bindir="@bindir@"
210 if test "${this_bindir}" = "${this_bindir%${bindir}}"; then
211 # The path to the script doesn't end in the bindir sequence from Autoconf,
242 gtest_config="${bindir}/gtest-config"
  /external/googletest/googlemock/scripts/
gmock-config.in 204 # gtest-config script rather than searching the PATH and our bindir for one.
207 bindir="@bindir@"
210 if test "${this_bindir}" = "${this_bindir%${bindir}}"; then
211 # The path to the script doesn't end in the bindir sequence from Autoconf,
242 gtest_config="${bindir}/gtest-config"
  /external/mmc-utils/
Makefile 18 bindir = $(prefix)/bin macro
51 $(INSTALL) -m755 -d $(DESTDIR)$(bindir)
52 $(INSTALL) $(progs) $(DESTDIR)$(bindir)
  /external/v8/testing/gmock/scripts/
gmock-config.in 204 # gtest-config script rather than searching the PATH and our bindir for one.
207 bindir="@bindir@"
210 if test "${this_bindir}" = "${this_bindir%${bindir}}"; then
211 # The path to the script doesn't end in the bindir sequence from Autoconf,
242 gtest_config="${bindir}/gtest-config"
  /external/autotest/client/site_tests/video_ChromeRTCHWDecodeUsed/
video_ChromeRTCHWDecodeUsed.py 58 os.path.join(self.bindir, 'loopback.html')))
68 local_path = os.path.join(self.bindir, video_name)
77 cr.browser.platform.SetHTTPServerDirectories(self.bindir)
  /external/autotest/client/site_tests/video_ChromeVidResChangeHWDecode/
video_ChromeVidResChangeHWDecode.py 32 shutil.copy2(constants.VIDEO_HTML_FILEPATH, self.bindir)
33 cr.browser.platform.SetHTTPServerDirectories(self.bindir)
35 html_fullpath = os.path.join(self.bindir, 'video.html')
  /external/autotest/client/site_tests/video_MultiplePlayback/
video_MultiplePlayback.py 54 browser.platform.SetHTTPServerDirectories(self.bindir)
58 os.path.join(self.bindir, 'video.html')))
66 os.path.join(self.bindir, 'youtube5.html')))
  /external/swiftshader/third_party/subzero/pydir/
crosstest.py 98 bindir = ('{root}/toolchain/linux_x86/pnacl_newlib_raw/bin'
127 shellcmd(['{bin}/pnacl-clang'.format(bin=bindir),
132 shellcmd(['{bin}/pnacl-opt'.format(bin=bindir),
160 shellcmd(['{bin}/llvm-mc'.format(bin=bindir),
177 shellcmd(['{bin}/{objcopy}'.format(bin=bindir,
185 shellcmd(['{bin}/pnacl-llc'.format(bin=bindir),
194 shellcmd(['{bin}/{objcopy}'.format(bin=bindir,
221 bin=bindir, prefix=get_sfi_string(args, 'pnacl-', '', ''),
241 bin=bindir, prefix='pnacl-',
249 shellcmd(['{bin}/pnacl-opt'.format(bin=bindir),
    [all...]
  /external/autotest/client/site_tests/platform_ToolchainOptions/
platform_ToolchainOptions.py 214 # gold_whitelist = os.path.join(self.bindir, "gold_whitelist")
224 now_whitelist = os.path.join(self.bindir, "now_whitelist")
233 relro_whitelist = os.path.join(self.bindir, "relro_whitelist")
243 pie_whitelist = os.path.join(self.bindir, "pie_whitelist")
257 textrel_whitelist = os.path.join(self.bindir, "textrel_whitelist")
265 stack_whitelist = os.path.join(self.bindir, "stack_whitelist")
274 loadwx_whitelist = os.path.join(self.bindir, "loadwx_whitelist")
284 hardfp_whitelist = os.path.join(self.bindir, "hardfp_whitelist")
291 libgcc_whitelist = os.path.join(self.bindir, "libgcc_whitelist")
299 libstdcxx_whitelist = os.path.join(self.bindir, "libstdcxx_whitelist"
    [all...]
  /external/autotest/client/site_tests/video_ChromeHWDecodeUsed/
video_ChromeHWDecodeUsed.py 71 shutil.copy2(constants.VIDEO_HTML_FILEPATH, self.bindir)
74 shutil.copy2(video_path, self.bindir)
76 cr.browser.platform.SetHTTPServerDirectories(self.bindir)
78 html_fullpath = os.path.join(self.bindir, 'video.html')
  /external/autotest/client/site_tests/video_WebRtcMainFeedSwitching/
video_WebRtcMainFeedSwitching.py 28 'bindir': self.bindir,

Completed in 945 milliseconds

1 2 3 4 5 6 7 8 91011>>