Searched refs:exe_path (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Path.inc | 187 char exe_path[MAXPATHLEN]; 188 uint32_t size = sizeof(exe_path); 189 if (_NSGetExecutablePath(exe_path, &size) == 0) { 191 if (realpath(exe_path, link_path)) 199 char exe_path[PATH_MAX]; 201 if (elf_aux_info(AT_EXECPATH, exe_path, sizeof(exe_path)) == 0) 202 return exe_path; 222 if (getprogpath(exe_path, argv0) != NULL) 223 return exe_path; 227 char exe_path[PATH_MAX]; [all …]
|
/third_party/musl/porting/linux/user/ldso/ |
D | ns_config.c | 477 static int config_parse(const char *file_path, const char *exe_path) in config_parse() argument 481 if (!exe_path) return -1; in config_parse() 482 g_configor.exe_path = ld_strdup(exe_path); in config_parse() 507 if (!strcmp(paths->strs[j], exe_path)) break; in config_parse() 676 if (g_configor.exe_path) { in configor_free() 677 __libc_free(g_configor.exe_path); in configor_free() 678 g_configor.exe_path = NULL; in configor_free()
|
D | ns_config.h | 51 char *exe_path; member 58 int (*parse)(const char *file_path, const char *exe_path);
|
/third_party/jsoncpp/test/ |
D | rununittests.py | 39 def runAllTests(exe_path, use_valgrind=False): argument 40 test_proxy = TestProxy(exe_path, use_valgrind=use_valgrind)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Path.inc | 156 char exe_path[MAXPATHLEN]; 157 uint32_t size = sizeof(exe_path); 158 if (_NSGetExecutablePath(exe_path, &size) == 0) { 160 if (realpath(exe_path, link_path)) 166 char exe_path[PATH_MAX]; 168 if (getprogpath(exe_path, argv0) != NULL) 169 return exe_path; 171 char exe_path[MAXPATHLEN]; 175 ssize_t len = readlink(aPath.str().c_str(), exe_path, sizeof(exe_path)); 177 return std::string(exe_path, len); [all …]
|
/third_party/skia/third_party/externals/angle2/src/compiler/ |
D | generate_parser_tools.py | 20 exe_path = os.path.join(sys.path[0], '..', '..', '..', 'tools', 'flex-bison', platform) 22 return os.path.join(exe_path, tool_name)
|
/third_party/flutter/engine/flutter/testing/ |
D | run_tests.py | 46 exe_path = path + '.exe' 47 if os.path.exists(exe_path): 48 return exe_path
|
/third_party/gn/src/gn/ |
D | ninja_build_writer.cc | 58 base::FilePath exe_path = GetExePath(); in GetSelfInvocationCommandLine() local 60 exe_path = MakeAbsoluteFilePathRelativeIfPossible(build_path, exe_path); in GetSelfInvocationCommandLine() 62 base::CommandLine cmdline(exe_path.NormalizePathSeparatorsTo('/')); in GetSelfInvocationCommandLine()
|
D | setup.cc | 282 base::FilePath exe_path(SysMultiByteTo16(python_path)); in PythonBatToExe() local 285 if (base::PathExists(exe_path)) in PythonBatToExe() 286 return exe_path; in PythonBatToExe()
|
/third_party/cef/libcef/common/ |
D | crash_reporter_client.h | 50 void GetProductNameAndVersion(const std::wstring& exe_path,
|
D | crash_reporter_client.cc | 578 const std::wstring& exe_path, in GetProductNameAndVersion() argument
|
/third_party/cef/patch/patches/ |
D | crashpad_1995.patch | 534 base::FilePath exe_file(exe_path);
|