Home
last modified time | relevance | path

Searched refs:executable_path (Results 1 – 25 of 50) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
Dprofiler.py38 … def create_profiler(cls, host, executable_path, output_dir, profiler_name=None, identifier=None): argument
46 return profilers[0](host, executable_path, output_dir, identifier)
69 def __init__(self, host, executable_path, output_dir, identifier=None): argument
71 self._executable_path = executable_path
87 def __init__(self, host, executable_path, output_dir, output_suffix, identifier=None): argument
88 … super(SingleFileOutputProfiler, self).__init__(host, executable_path, output_dir, identifier)
97 def __init__(self, host, executable_path, output_dir, identifier=None): argument
98 super(GooglePProf, self).__init__(host, executable_path, output_dir, "pprof", identifier)
132 def __init__(self, host, executable_path, output_dir, identifier=None): argument
133 super(Perf, self).__init__(host, executable_path, output_dir, "data", identifier)
[all …]
/external/chromium_org/tools/gyp/test/mac/installname/
Dtest.gyp31 'DYLIB_INSTALL_NAME_BASE': '@executable_path/../../..',
42 'DYLIB_INSTALL_NAME_BASE': '@executable_path/../../..',
53 'DYLIB_INSTALL_NAME_BASE': '@executable_path/../../..',
69 'DYLIB_INSTALL_NAME_BASE': '@executable_path/..',
/external/chromium/base/
Dbase_paths_mac.mm29 std::string executable_path;
30 char* executable_path_c = WriteInto(&executable_path, executable_length);
33 DCHECK(!executable_path.empty());
34 if ((rv != 0) || (executable_path.empty()))
36 *path = FilePath(executable_path);
/external/chromium_org/tools/gyp/test/mac/rpath/
Dtest.gyp16 'LD_RUNPATH_SEARCH_PATHS': ['@executable_path/.'],
44 'LD_RUNPATH_SEARCH_PATHS': ['@executable_path/.'],
/external/chromium_org/chrome/browser/ui/webui/
Dversion_handler.cc30 base::FilePath executable_path = base::MakeAbsoluteFilePath( in GetFilePaths() local
32 if (!executable_path.empty()) { in GetFilePaths()
33 *exec_path_out = executable_path.LossyDisplayName(); in GetFilePaths()
/external/chromium_org/base/
Dbase_paths_mac.mm31 std::string executable_path;
32 int rv = _NSGetExecutablePath(WriteInto(&executable_path, executable_length),
40 *path = base::MakeAbsoluteFilePath(base::FilePath(executable_path));
/external/valgrind/main/coregrind/m_initimg/
Dinitimg-darwin.c380 if (info->executable_path) { in setup_client_stack()
381 stringsize += 1 + VG_(strlen)(info->executable_path); in setup_client_stack()
468 if (info->executable_path) in setup_client_stack()
469 *ptr++ = (Addr)copy_str(&strtab, info->executable_path); in setup_client_stack()
/external/chromium_org/build/mac/
Dchange_mach_o_flags.py255 executable_path = loose_args[0]
256 executable_file = open(executable_path, 'rb+')
/external/libusb/
DMacConfigExternalDebug.xcconfig12 INSTALL_PATH=@executable_path
DMacConfigExternalRelease.xcconfig17 INSTALL_PATH=@executable_path
/external/libmtp/
DMacConfigExternalDebug.xcconfig12 INSTALL_PATH=@executable_path
DMacConfigExternalRelease.xcconfig17 INSTALL_PATH=@executable_path
/external/libusb-compat/
DMacConfigExternalDebug.xcconfig12 INSTALL_PATH=@executable_path
DMacConfigExternalRelease.xcconfig17 INSTALL_PATH=@executable_path
/external/valgrind/main/coregrind/
Dpub_core_ume.h61 char* executable_path; // OUT: path passed to execve() member
Dpub_core_initimg.h108 HChar* executable_path; /* path passed to execve() */ member
/external/chromium/chrome/common/
Dservice_process_util_mac.mm320 FilePath executable_path = FilePath([exe_path fileSystemRepresentation]);
323 if (!delegate->Init(executable_path)) {
324 LOG(ERROR) << "executable_watcher_.Init " << executable_path.value();
327 if (!executable_watcher_.Watch(executable_path, delegate.release())) {
328 LOG(ERROR) << "executable_watcher_.watch " << executable_path.value();
Dservice_process_util_unittest.cc434 const FilePath& executable_path() const { return executable_path_; } in executable_path() function in ServiceProcessStateFileManipulationTest
491 NewRunnableFunction(&DeleteFunc, executable_path())); in TEST_F()
520 NewRunnableFunction(&MoveFunc, executable_path(), new_loc)); in TEST_F()
/external/chromium_org/chrome/common/
Dservice_process_util_mac.mm319 base::FilePath executable_path =
323 if (!callback->Init(executable_path)) {
324 DLOG(ERROR) << "executable_watcher_.Init " << executable_path.value();
328 executable_path,
332 DLOG(ERROR) << "executable_watcher_.watch " << executable_path.value();
Dservice_process_util_unittest.cc282 const base::FilePath& executable_path() const { return executable_path_; } in executable_path() function in ServiceProcessStateFileManipulationTest
359 base::Bind(&DeleteFunc, executable_path())); in TEST_F()
388 base::Bind(&MoveFunc, executable_path(), new_loc)); in TEST_F()
/external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/
Dwebdriver_desktop_browser_finder.py77 return webdriver.Ie(executable_path=ie_driver_exe)
/external/chromium_org/chrome/browser/printing/cloud_print/test/
Dcloud_print_proxy_process_browsertest.cc218 base::FilePath executable_path = in CloudPrintMockService_Main() local
220 EXPECT_FALSE(executable_path.empty()); in CloudPrintMockService_Main()
221 MockLaunchd mock_launchd(executable_path, &main_message_loop, true, true); in CloudPrintMockService_Main()
/external/chromium_org/tools/clang/scripts/
Dpackage.sh76 install_name_tool -id @executable_path/${ASAN_DYLIB_NAME} "${ASAN_DYLIB}"
/external/clang/tools/libclang/
DCMakeLists.txt99 INSTALL_NAME_DIR "@executable_path/../lib")
/external/chromium/chrome/browser/importer/
Dnss_decryptor_mac.mm17 // on one another, referenced using dyld's @executable_path directive.

12