Home
last modified time | relevance | path

Searched refs:instance_str (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.cpp44 const char* instance_str = std::getenv(kInstanceEnvironmentVariable); in InstanceFromEnvironment() local
45 if (!instance_str) { in InstanceFromEnvironment()
47 instance_str = std::getenv("USER"); in InstanceFromEnvironment()
49 if (!instance_str || std::strncmp(instance_str, vsoc::kVsocUserPrefix, in InstanceFromEnvironment()
55 instance_str += sizeof(vsoc::kVsocUserPrefix) - 1; in InstanceFromEnvironment()
58 setenv(kInstanceEnvironmentVariable, instance_str, 0); in InstanceFromEnvironment()
61 int instance = std::atoi(instance_str); in InstanceFromEnvironment()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dclassobject.c913 instance_str(PyInstanceObject *inst) in instance_str() function
2196 (reprfunc)instance_str, /* tp_str */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dclassobject.c937 instance_str(PyInstanceObject *inst) in instance_str() function
2220 (reprfunc)instance_str, /* tp_str */