Home
last modified time | relevance | path

Searched refs:GetVar (Results 1 - 7 of 7) sorted by relevance

/third_party/gn/src/base/
H A Denvironment.cc29 bool GetVar(std::string_view variable_name, std::string* result) override {
146 return GetVar(variable_name, nullptr); in HasVar()
H A Denvironment.h34 virtual bool GetVar(std::string_view variable_name, std::string* result) = 0;
36 // Syntactic sugar for GetVar(variable_name, nullptr);
/third_party/skia/third_party/externals/freetype/builds/amiga/src/base/
H A Dftdebug.c48 * replaced `getenv' with `GetVar'.
231 if ( GetVar( "FT2_DEBUG", (STRPTR)ft2_debug, 256, LV_VAR ) > 0 ) in ft_debug_init()
/third_party/gn/src/base/files/
H A Dfile_util_posix.cc345 if (!env->GetVar("PATH", &path)) { in ExecutableExistsInPath()
/third_party/python/Modules/
H A D_tkinter.c1804 GetVar(TkappObject *self, PyObject *args, int flags) in GetVar() function
1835 return var_invoke(GetVar, self, args, TCL_LEAVE_ERR_MSG); in Tkapp_GetVar()
1841 return var_invoke(GetVar, self, args, TCL_LEAVE_ERR_MSG | TCL_GLOBAL_ONLY); in Tkapp_GlobalGetVar()
/third_party/gn/src/gn/
H A Dxcode_writer.cc99 environment->GetVar(variable.name, &value); in GetBuildScript()
H A Dfunctions.cc639 if (!env->GetVar(args[0].string_value().c_str(), &result)) in RunGetEnv()

Completed in 11 milliseconds