Searched refs:GetVar (Results 1 - 7 of 7) sorted by relevance
/third_party/gn/src/base/ |
H A D | environment.cc | 29 bool GetVar(std::string_view variable_name, std::string* result) override { 146 return GetVar(variable_name, nullptr); in HasVar()
|
H A D | environment.h | 34 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 D | ftdebug.c | 48 * 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 D | file_util_posix.cc | 345 if (!env->GetVar("PATH", &path)) { in ExecutableExistsInPath()
|
/third_party/python/Modules/ |
H A D | _tkinter.c | 1804 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 D | xcode_writer.cc | 99 environment->GetVar(variable.name, &value); in GetBuildScript()
|
H A D | functions.cc | 639 if (!env->GetVar(args[0].string_value().c_str(), &result)) in RunGetEnv()
|
Completed in 10 milliseconds