Searched refs:bindir (Results 1 - 25 of 283) sorted by relevance

1234567891011>>

/external/google-breakpad/src/client/linux/minidump_writer/
H A Dminidump_writer_unittest_utils.cc44 char *bindir = getenv("bindir"); local
45 if (bindir) {
46 helper_path = string(bindir) + "/";
/external/autotest/client/site_tests/video_VideoCorruption/
H A Dvideo_VideoCorruption.py24 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/platform_DaemonsRespawn/
H A Dplatform_DaemonsRespawn.py14 utils.system_output(self.bindir + "/test_respawn.sh",
/external/autotest/client/tests/fio/
H A Dfio.py11 job = os.path.join(self.bindir, 'fio-mixed.job')
/external/libchrome/base/allocator/
H A Dprep_libc.py46 bindir = 'SELF_X86'
51 bindir = 'SELF_64_amd64'
65 cvspath = 'f:\\binaries\\Intermediate\\vctools\\crt_bld\\' + bindir + \
67 cppvspath = 'f:\\binaries\\Intermediate\\vctools\\crt_bld\\' + bindir + \
/external/autotest/client/profilers/cpistat/
H A Dcpistat.py18 cmd = os.path.join(self.bindir, 'site_cpistat')
20 cmd = os.path.join(self.bindir, 'cpistat')
/external/autotest/client/site_tests/audio_AudioCorruption/
H A Daudio_AudioCorruption.py23 cr.browser.platform.SetHTTPServerDirectories(self.bindir)
26 os.path.join(self.bindir, 'audio.html')))
/external/autotest/client/site_tests/video_VideoReload/
H A Dvideo_VideoReload.py23 cr.browser.platform.SetHTTPServerDirectories(self.bindir)
26 os.path.join(self.bindir, html)))
/external/autotest/client/site_tests/video_VideoSeek/
H A Dvideo_VideoSeek.py24 cr.browser.platform.SetHTTPServerDirectories(self.bindir)
27 os.path.join(self.bindir, 'video.html')))
/external/autotest/client/tests/scrashme/
H A Dscrashme.py43 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_MultiplePlayback/
H A Dvideo_MultiplePlayback.py53 browser.platform.SetHTTPServerDirectories(self.bindir)
57 os.path.join(self.bindir, 'video.html')))
64 os.path.join(self.bindir, 'youtube5.html')))
76 os.path.join(self.bindir, 'youtube.html')))
/external/autotest/client/tests/rttester/
H A Drttester.py11 tarball = utils.unmap_url(self.bindir, tarball, self.tmpdir)
/external/autotest/client/site_tests/video_ChromeHWDecodeUsed/
H A Dvideo_ChromeHWDecodeUsed.py40 shutil.copy2(constants.VIDEO_HTML_FILEPATH, self.bindir)
41 cr.browser.platform.SetHTTPServerDirectories(self.bindir)
43 html_fullpath = os.path.join(self.bindir, 'video.html')
/external/autotest/client/site_tests/video_ChromeRTCHWDecodeUsed/
H A Dvideo_ChromeRTCHWDecodeUsed.py37 os.path.join(self.bindir, 'loopback.html')))
44 local_path = os.path.join(self.bindir, video_name)
51 cr.browser.platform.SetHTTPServerDirectories(self.bindir)
/external/autotest/client/site_tests/video_ChromeVidResChangeHWDecode/
H A Dvideo_ChromeVidResChangeHWDecode.py29 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/
H A Dgmock-config.in204 # 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/
H A DMakefile18 bindir = $(prefix)/bin macro
51 $(INSTALL) -m755 -d $(DESTDIR)$(bindir)
52 $(INSTALL) $(progs) $(DESTDIR)$(bindir)
/external/autotest/client/cros/video/
H A Dcollect_golden_images.py74 bindir = '/usr/local/autotest/cros/video'
76 cr.browser.platform.SetHTTPServerDirectories(bindir)
81 bindir,
/external/autotest/client/site_tests/platform_SessionManagerBlockDevmodeSetting/
H A Dplatform_SessionManagerBlockDevmodeSetting.py67 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/autotest/client/tests/crashme/
H A Dcrashme.py63 tarball = utils.unmap_url(self.bindir, tarball, self.tmpdir)
/external/autotest/client/tests/flail/
H A Dflail.py28 tarball = utils.unmap_url(self.bindir, tarball, self.tmpdir)
/external/autotest/client/tests/fs_mark/
H A Dfs_mark.py14 tarball = utils.unmap_url(self.bindir, tarball, self.tmpdir)
/external/autotest/client/tests/fsfuzzer/
H A Dfsfuzzer.py14 tarball = utils.unmap_url(self.bindir, tarball, self.tmpdir)
/external/autotest/client/tests/interbench/
H A Dinterbench.py14 tarball = utils.unmap_url(self.bindir, tarball, self.tmpdir)
/external/autotest/client/tests/isic/
H A Disic.py17 tarball = utils.unmap_url(self.bindir, tarball, self.tmpdir)

Completed in 390 milliseconds

1234567891011>>