HomeSort by relevance Sort by last modified time
    Searched refs:instance_str (Results 1 - 4 of 4) sorted by null

  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.cpp 46 const char* instance_str = std::getenv(kInstanceEnvironmentVariable); local
47 if (!instance_str) {
49 instance_str = std::getenv("USER");
50 if (!instance_str || std::strncmp(instance_str, kVsocUserPrefix,
55 instance_str += sizeof(kVsocUserPrefix) - 1;
57 setenv(kInstanceEnvironmentVariable, instance_str, 0);
60 int instance = std::atoi(instance_str);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
classobject.c 937 instance_str(PyInstanceObject *inst) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
classobject.c 913 instance_str(PyInstanceObject *inst) function
    [all...]
  /external/python/cpython2/Objects/
classobject.c 937 instance_str(PyInstanceObject *inst) function
    [all...]

Completed in 98 milliseconds