HomeSort by relevance Sort by last modified time
    Searched full:pathsize (Results 1 - 10 of 10) sorted by null

  /device/samsung/manta/power/
power_manta.c 71 int pathsize; local
81 pathsize = strlen(dir) + strlen(de->d_name) + sizeof(filename) + 2;
82 path = malloc(pathsize);
88 snprintf(path, pathsize, "%s/%s/%s", dir, de->d_name, filename);
  /system/core/toolbox/
mv.c 34 /* assume we build "dest/source", and let rename() fail on pathsize */
  /external/clang/lib/AST/
ExprCXX.cpp 532 unsigned PathSize = (BasePath ? BasePath->size() : 0);
534 + PathSize * sizeof(CXXBaseSpecifier*));
536 new (Buffer) CXXStaticCastExpr(T, VK, K, Op, PathSize, WrittenTy, L,
538 if (PathSize) E->setCastPath(*BasePath);
543 unsigned PathSize) {
545 C.Allocate(sizeof(CXXStaticCastExpr) + PathSize * sizeof(CXXBaseSpecifier*));
546 return new (Buffer) CXXStaticCastExpr(EmptyShell(), PathSize);
557 unsigned PathSize = (BasePath ? BasePath->size() : 0);
559 + PathSize * sizeof(CXXBaseSpecifier*));
561 new (Buffer) CXXDynamicCastExpr(T, VK, K, Op, PathSize, WrittenTy, L
    [all...]
Expr.cpp     [all...]
  /external/webkit/Tools/WebKitTestRunner/win/
TestControllerWin.cpp 81 DWORD pathSize = ::GetEnvironmentVariableW(pathEnvironmentVariable, 0, 0);
82 Vector<WCHAR> oldPath(pathSize);
  /external/clang/include/clang/AST/
ExprCXX.h 186 CastKind kind, Expr *op, unsigned PathSize,
190 : ExplicitCastExpr(SC, ty, VK, kind, op, PathSize, writtenTy), Loc(l),
193 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize)
194 : ExplicitCastExpr(SC, Shell, PathSize) { }
232 unsigned pathSize, TypeSourceInfo *writtenTy,
235 : CXXNamedCastExpr(CXXStaticCastExprClass, ty, vk, kind, op, pathSize,
238 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize)
239 : CXXNamedCastExpr(CXXStaticCastExprClass, Empty, PathSize) { }
249 unsigned PathSize);
264 Expr *op, unsigned pathSize, TypeSourceInfo *writtenTy
    [all...]
Expr.h     [all...]
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheStorage.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp 294 DWORD pathSize = GetEnvironmentVariableW(pathEnvironmentVariable, 0, 0);
295 Vector<WCHAR> oldPath(pathSize);
    [all...]

Completed in 319 milliseconds