/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 | 585 int wfc_util_ffile_check_copy(char *pDestFName, char *pSourceFName, mode_t mode, uid_t uID, gid_t gID) 646 gid_t gid = getgid(); local 647 wfc_util_log_error("Error changing group ownership (%d) of %s to %d: %s", gid, pDestFName, gID, strerror(errno)); 650 if (chown(pDestFName, uID, gID) < 0) { 651 wfc_util_log_error("Error changing group ownership of %s to %d: %s", pDestFName, gID, strerror(errno)); 657 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 | 585 int wfc_util_ffile_check_copy(char *pDestFName, char *pSourceFName, mode_t mode, uid_t uID, gid_t gID) 646 gid_t gid = getgid(); local 647 wfc_util_log_error("Error changing group ownership (%d) of %s to %d: %s", gid, pDestFName, gID, strerror(errno)); 650 if (chown(pDestFName, uID, gID) < 0) { 651 wfc_util_log_error("Error changing group ownership of %s to %d: %s", pDestFName, gID, strerror(errno)); 657 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 | 65 static int32_t gID; 66 return sk_atomic_inc(&gID) + 1;
|
/external/skia/src/image/ |
SkSurface.cpp | 65 static int32_t gID; 66 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/icu4c/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 | 439 static bool getWidthAdvance(FT_Face face, int gId, int16_t* data) { 441 if (getAdvances(face, gId, 1, FT_LOAD_NO_SCALE, &advance)) { 622 for (int gID = 0; gID < face->num_glyphs; gID += 128) { 625 if (gID + advanceCount > face->num_glyphs) 626 advanceCount = face->num_glyphs - gID; 627 getAdvances(face, gID, advanceCount, FT_LOAD_NO_SCALE, 658 for (int gID = 0; gID < face->num_glyphs; gID++) [all...] |
/external/skia/src/ports/ |
SkFontHost_FreeType.cpp | 441 static bool getWidthAdvance(FT_Face face, int gId, int16_t* data) { 443 if (getAdvances(face, gId, 1, FT_LOAD_NO_SCALE, &advance)) { 624 for (int gID = 0; gID < face->num_glyphs; gID += 128) { 627 if (gID + advanceCount > face->num_glyphs) 628 advanceCount = face->num_glyphs - gID; 629 getAdvances(face, gID, advanceCount, FT_LOAD_NO_SCALE, 660 for (int gID = 0; gID < face->num_glyphs; gID++) [all...] |