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

  /system/core/run-as/
package.c 172 char subpath[PATH_MAX]; local
184 if (nn >= (int)(sizeof subpath)) {
189 /* reject any '..' subpath */
198 /* copy to 'subpath', then check ownership */
199 memcpy(subpath, dataPath, nn);
200 subpath[nn] = '\0';
202 if (check_directory_ownership(subpath, AID_SYSTEM) < 0)
  /external/webkit/WebCore/platform/graphics/win/
FontCGWin.cpp 68 LPTTPOLYGONHEADER subpath = reinterpret_cast<LPTTPOLYGONHEADER>(outline.data() + offset); local
69 ASSERT(subpath->dwType == TT_POLYGON_TYPE);
70 if (subpath->dwType != TT_POLYGON_TYPE)
73 CGPathMoveToPoint(path, 0, toCGFloat(subpath->pfxStart.x), toCGFloat(subpath->pfxStart.y));
75 unsigned subpathOffset = sizeof(*subpath);
76 while (subpathOffset < subpath->cb) {
77 LPTTPOLYCURVE segment = reinterpret_cast<LPTTPOLYCURVE>(reinterpret_cast<UInt8*>(subpath) + subpathOffset);
125 offset += subpath->cb;
  /external/chromium/third_party/icu/source/tools/tzcode/
zdump.c 1021 char subpath[FILENAME_MAX + 1]; local
1028 strcpy(subpath, relpath);
1029 strcat(subpath, "/");
1030 strcat(subpath, dir->d_name);
1032 strcpy(subpath, dir->d_name);
1034 getzones(basedir, subpath, last, count);
  /external/icu4c/tools/tzcode/
zdump.c 1021 char subpath[FILENAME_MAX + 1]; local
1028 strcpy(subpath, relpath);
1029 strcat(subpath, "/");
1030 strcat(subpath, dir->d_name);
1032 strcpy(subpath, dir->d_name);
1034 getzones(basedir, subpath, last, count);

Completed in 123 milliseconds