Home
last modified time | relevance | path

Searched refs:executable_path (Results 1 – 25 of 49) 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/chrome/common/mac/
Dapp_mode_chrome_locator_browsertest.mm50 base::FilePath executable_path;
55 &executable_path,
65 base::FilePath executable_path;
70 &executable_path,
73 EXPECT_TRUE(base::PathExists(executable_path));
83 base::FilePath executable_path;
88 &executable_path,
91 EXPECT_TRUE(base::PathExists(executable_path));
101 base::FilePath executable_path;
107 &executable_path,
[all …]
Dapp_mode_chrome_locator.h35 base::FilePath* executable_path,
Dapp_mode_chrome_locator.mm35 base::FilePath* executable_path,
99 *executable_path = base::mac::NSStringToFilePath([cr_bundle executablePath]);
/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_org/components/metrics/
Dmachine_id_provider_win.cc32 base::FilePath executable_path; in GetMachineId() local
34 if (!PathService::Get(base::FILE_EXE, &executable_path)) { in GetMachineId()
40 executable_path.GetComponents(&path_components); in GetMachineId()
/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.cc31 base::FilePath executable_path = base::MakeAbsoluteFilePath( in GetFilePaths() local
33 if (!executable_path.empty()) { in GetFilePaths()
34 *exec_path_out = executable_path.LossyDisplayName(); in GetFilePaths()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
Dlayouttestsserver.py59 executable_path = script_dir + "/run-webkit-tests"
60 cmd = "python " + executable_path + " --no-show-results "
/external/chromium_org/tools/telemetry/telemetry/util/
Dcloud_storage.py76 executable_path = os.path.join(search_path, relative_executable_path)
77 if path.IsExecutable(executable_path):
78 return executable_path
/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/libusb-compat/
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/llvm/unittests/
DCMakeLists.txt5 set(CMAKE_INSTALL_RPATH "@executable_path/../../lib")
/external/valgrind/main/coregrind/
Dpub_core_ume.h64 char* executable_path; // OUT: path passed to execve() member
Dpub_core_initimg.h109 HChar* executable_path; /* path passed to execve() */ member
/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.cc286 const base::FilePath& executable_path() const { return executable_path_; } in executable_path() function in ServiceProcessStateFileManipulationTest
366 base::Bind(&DeleteFunc, executable_path())); in TEST_F()
395 base::Bind(&MoveFunc, executable_path(), new_loc)); in TEST_F()
/external/chromium_org/chrome/app_shim/
Dapp_mode_loader_mac.mm97 base::FilePath executable_path;
102 &executable_path,
152 CommandLine command_line(executable_path);

12