Home
last modified time | relevance | path

Searched refs:env_path (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/angle2/tools/
Dangle_tools.py21 for env_path in os.environ['PATH'].split(path_delimiter):
22 full_path = os.path.join(env_path, filename)
/third_party/jerryscript/tools/
Drun_jerry_tdd_executable.py56 env={'LD_LIBRARY_PATH': str(input_args.env_path)})
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c126 static char *env_path, *sys_path; variable
1068 if (env_path) fd = path_open(name, env_path, buf, sizeof buf); in load_library()
1772 env_path = getenv("LD_LIBRARY_PATH"); in __dls3()
1828 if (opt[12]=='=') env_path = opt+13; in __dls3()
1830 else if (*argv) env_path = *argv++; in __dls3()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c126 static char *env_path, *sys_path; variable
1068 if (env_path) fd = path_open(name, env_path, buf, sizeof buf); in load_library()
1771 env_path = getenv("LD_LIBRARY_PATH"); in __dls3()
1827 if (opt[12]=='=') env_path = opt+13; in __dls3()
1829 else if (*argv) env_path = *argv++; in __dls3()
/third_party/musl/ldso/
Ddynlink.c130 static char *env_path, *sys_path; variable
1076 if (env_path) fd = path_open(name, env_path, buf, sizeof buf);
1798 env_path = getenv("LD_LIBRARY_PATH");
1858 if (opt[12]=='=') env_path = opt+13;
1860 else if (*argv) env_path = *argv++;
/third_party/musl/ldso/linux/
Ddynlink.c137 static char *env_path, *sys_path; variable
240 if (env_path) ns_set_env_paths(default_ns, env_path); in init_default_namespace()
250 sys_path, env_path); in init_default_namespace()
2894 env_path = getenv("LD_LIBRARY_PATH"); in __dls3()
2950 if (opt[12]=='=') env_path = opt+13; in __dls3()
2952 else if (*argv) env_path = *argv++; in __dls3()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c137 static char *env_path, *sys_path; variable
240 if (env_path) ns_set_env_paths(default_ns, env_path); in init_default_namespace()
250 sys_path, env_path); in init_default_namespace()
2894 env_path = getenv("LD_LIBRARY_PATH"); in __dls3()
2950 if (opt[12]=='=') env_path = opt+13; in __dls3()
2952 else if (*argv) env_path = *argv++; in __dls3()
/third_party/python/Lib/test/
Dtest_os.py2015 env_path = env.copy()
2017 env_path[b'PATH'] = program_path
2019 env_path['PATH'] = program_path
2021 os._execvpe, program, arguments, env=env_path)
2024 ('execve', native_fullpath, (arguments, env_path)))
Dtest_shutil.py1752 self.env_path = self.dir
1823 env['PATH'] = self.env_path
1882 env['PATH'] = self.env_path
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs20851 ` : ""}${prependPath ? `$env_path=$env:PATH
20898 ${nodePath ? "$env:NODE_PATH=$env_node_path\n" : ""}${prependPath ? "$env:PATH=$env_path\n" : ""}ex…
20908 ${nodePath ? "$env:NODE_PATH=$env_node_path\n" : ""}${prependPath ? "$env:PATH=$env_path\n" : ""}ex…