Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/premake/util/
Dsdl_depends.lua44 local env_path = nil
46 if env ~= nil then env_path = os.getenv(env) end
56 if env_path ~= nil then table.insert(search_table, env_path) end
64 if found_dir and env_path ~= nil then
66 env_path = env_path:gsub("\\", "/")
67 local pos = abs_path:indexOf(env_path)
69 abs_path = abs_path:sub(1, pos - 1) .. "$(" .. env .. ")/" .. abs_path:sub(pos + #env_path)
/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/flutter/skia/third_party/externals/angle2/tools/glslang/
Dupdate_glslang_binary.py32 for env_path in os.environ['PATH'].split(path_delimiter):
33 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.c128 static char *env_path, *sys_path; variable
1055 if (env_path) fd = path_open(name, env_path, buf, sizeof buf); in load_library()
1755 env_path = getenv("LD_LIBRARY_PATH"); in __dls3()
1804 if (opt[12]=='=') env_path = opt+13; in __dls3()
1806 else if (*argv) env_path = *argv++; in __dls3()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c125 static char *env_path, *sys_path; variable
214 if (env_path) ns_set_env_paths(default_ns, env_path); in init_default_namespace()
224 sys_path, env_path); in init_default_namespace()
2820 env_path = getenv("LD_LIBRARY_PATH"); in __dls3()
2871 if (opt[12]=='=') env_path = opt+13; in __dls3()
2873 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