Searched refs:exe_path (Results 1 - 8 of 8) sorted by relevance
/third_party/musl/porting/linux/user/ldso/ |
H A D | ns_config.h | 51 char *exe_path; member 58 int (*parse)(const char *file_path, const char *exe_path);
|
H A 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()
|
/third_party/musl/ldso/linux/ |
H A D | ns_config.h | 51 char *exe_path; member 58 int (*parse)(const char *file_path, const char *exe_path);
|
H A 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()
|
/third_party/node/deps/v8/src/base/debug/ |
H A D | stack_trace_win.cc | 83 wchar_t exe_path[MAX_PATH]; in InitializeSymbols() local 84 GetModuleFileName(nullptr, exe_path, MAX_PATH); in InitializeSymbols() 85 std::wstring exe_path_wstring(exe_path); in InitializeSymbols()
|
/third_party/skia/third_party/externals/angle2/src/compiler/ |
H A 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/gn/src/gn/ |
H A D | ninja_build_writer.cc | 34 #include "util/exe_path.h" 59 base::FilePath exe_path = GetExePath(); in GetSelfInvocationCommandLine() local 61 exe_path = MakeAbsoluteFilePathRelativeIfPossible(build_path, exe_path); in GetSelfInvocationCommandLine() 63 base::CommandLine cmdline(exe_path.NormalizePathSeparatorsTo('/')); in GetSelfInvocationCommandLine()
|
H A D | setup.cc | 333 base::FilePath exe_path(SysMultiByteTo16(python_path)); 336 if (base::PathExists(exe_path)) 337 return exe_path;
|
Completed in 6 milliseconds