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

  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.cpp 44 const char* instance_str = std::getenv(kInstanceEnvironmentVariable); local
45 if (!instance_str) {
47 instance_str = std::getenv("USER");
49 if (!instance_str || std::strncmp(instance_str, vsoc::kVsocUserPrefix,
55 instance_str += sizeof(vsoc::kVsocUserPrefix) - 1;
58 setenv(kInstanceEnvironmentVariable, instance_str, 0);
61 int instance = std::atoi(instance_str);
  /external/v8/src/wasm/
wasm-js.cc 299 const uint8_t* instance_str = reinterpret_cast<const uint8_t*>("instance"); variable
303 instance_str,
304 i::StrLength(reinterpret_cast<const char*>(instance_str))))
    [all...]
  /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 936 instance_str(PyInstanceObject *inst) function
    [all...]

Completed in 134 milliseconds