/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
D | profiler.py | 38 … 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/ |
D | test.gyp | 31 '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/ |
D | base_paths_mac.mm | 29 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/ |
D | test.gyp | 16 'LD_RUNPATH_SEARCH_PATHS': ['@executable_path/.'], 44 'LD_RUNPATH_SEARCH_PATHS': ['@executable_path/.'],
|
/external/chromium_org/chrome/browser/ui/webui/ |
D | version_handler.cc | 30 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/ |
D | base_paths_mac.mm | 31 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/ |
D | initimg-darwin.c | 380 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/ |
D | change_mach_o_flags.py | 255 executable_path = loose_args[0] 256 executable_file = open(executable_path, 'rb+')
|
/external/libusb/ |
D | MacConfigExternalDebug.xcconfig | 12 INSTALL_PATH=@executable_path
|
D | MacConfigExternalRelease.xcconfig | 17 INSTALL_PATH=@executable_path
|
/external/libmtp/ |
D | MacConfigExternalDebug.xcconfig | 12 INSTALL_PATH=@executable_path
|
D | MacConfigExternalRelease.xcconfig | 17 INSTALL_PATH=@executable_path
|
/external/libusb-compat/ |
D | MacConfigExternalDebug.xcconfig | 12 INSTALL_PATH=@executable_path
|
D | MacConfigExternalRelease.xcconfig | 17 INSTALL_PATH=@executable_path
|
/external/valgrind/main/coregrind/ |
D | pub_core_ume.h | 61 char* executable_path; // OUT: path passed to execve() member
|
D | pub_core_initimg.h | 108 HChar* executable_path; /* path passed to execve() */ member
|
/external/chromium/chrome/common/ |
D | service_process_util_mac.mm | 320 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();
|
D | service_process_util_unittest.cc | 434 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/ |
D | service_process_util_mac.mm | 319 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();
|
D | service_process_util_unittest.cc | 282 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/ |
D | webdriver_desktop_browser_finder.py | 77 return webdriver.Ie(executable_path=ie_driver_exe)
|
/external/chromium_org/chrome/browser/printing/cloud_print/test/ |
D | cloud_print_proxy_process_browsertest.cc | 218 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/ |
D | package.sh | 76 install_name_tool -id @executable_path/${ASAN_DYLIB_NAME} "${ASAN_DYLIB}"
|
/external/clang/tools/libclang/ |
D | CMakeLists.txt | 99 INSTALL_NAME_DIR "@executable_path/../lib")
|
/external/chromium/chrome/browser/importer/ |
D | nss_decryptor_mac.mm | 17 // on one another, referenced using dyld's @executable_path directive.
|