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

  /device/asus/flo/conn_init/
wfc_util_fctrl.h 90 extern int wfc_util_ffile_check_copy(char *pDestFName, char *pSourceFName, mode_t mode, uid_t uID, gid_t gID);
wfc_util_fctrl.c 583 int wfc_util_ffile_check_copy(char *pDestFName, char *pSourceFName, mode_t mode, uid_t uID, gid_t gID)
644 gid_t gid = getgid(); local
645 wfc_util_log_error("Error changing group ownership (%d) of %s to %d: %s", gid, pDestFName, gID, strerror(errno));
648 if (chown(pDestFName, uID, gID) < 0) {
649 wfc_util_log_error("Error changing group ownership of %s to %d: %s", pDestFName, gID, strerror(errno));
655 wfc_util_log_error("wfc_util_ffile_check_copy : we can not excute chown[uid = %d, gid = %d]", uid, getgid());
  /device/lge/mako/conn_init/
wfc_util_fctrl.h 90 extern int wfc_util_ffile_check_copy(char *pDestFName, char *pSourceFName, mode_t mode, uid_t uID, gid_t gID);
wfc_util_fctrl.c 583 int wfc_util_ffile_check_copy(char *pDestFName, char *pSourceFName, mode_t mode, uid_t uID, gid_t gID)
644 gid_t gid = getgid(); local
645 wfc_util_log_error("Error changing group ownership (%d) of %s to %d: %s", gid, pDestFName, gID, strerror(errno));
648 if (chown(pDestFName, uID, gID) < 0) {
649 wfc_util_log_error("Error changing group ownership of %s to %d: %s", pDestFName, gID, strerror(errno));
655 wfc_util_log_error("wfc_util_ffile_check_copy : we can not excute chown[uid = %d, gid = %d]", uid, getgid());
  /external/chromium_org/third_party/skia/src/image/
SkSurface.cpp 67 static int32_t gID;
68 return sk_atomic_inc(&gID) + 1;
  /external/skia/src/image/
SkSurface.cpp 67 static int32_t gID;
68 return sk_atomic_inc(&gID) + 1;
  /external/chromium_org/third_party/icu/source/test/intltest/
nmfmapts.cpp 282 return (UClassID)&gID;
287 return (UClassID)&gID;
291 static char gID;
294 char NFTestFactory::gID = 0;
  /external/icu/icu4c/source/test/intltest/
nmfmapts.cpp 282 return (UClassID)&gID;
287 return (UClassID)&gID;
291 static char gID;
294 char NFTestFactory::gID = 0;
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFont.cpp     [all...]
  /external/skia/src/pdf/
SkPDFFont.cpp     [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType.cpp 467 static bool getWidthAdvance(FT_Face face, int gId, int16_t* data) {
469 if (getAdvances(face, gId, 1, FT_LOAD_NO_SCALE, &advance)) {
668 for (int gID = 0; gID < face->num_glyphs; gID += 128) {
671 if (gID + advanceCount > face->num_glyphs)
672 advanceCount = face->num_glyphs - gID;
673 getAdvances(face, gID, advanceCount, FT_LOAD_NO_SCALE,
704 for (int gID = 0; gID < face->num_glyphs; gID++)
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 467 static bool getWidthAdvance(FT_Face face, int gId, int16_t* data) {
469 if (getAdvances(face, gId, 1, FT_LOAD_NO_SCALE, &advance)) {
668 for (int gID = 0; gID < face->num_glyphs; gID += 128) {
671 if (gID + advanceCount > face->num_glyphs)
672 advanceCount = face->num_glyphs - gID;
673 getAdvances(face, gID, advanceCount, FT_LOAD_NO_SCALE,
704 for (int gID = 0; gID < face->num_glyphs; gID++)
    [all...]

Completed in 264 milliseconds