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

  /frameworks/av/media/libmedia/
MediaScanner.cpp 83 int pathLength = strlen(path);
84 if (pathLength >= PATH_MAX) {
92 int pathRemaining = PATH_MAX - pathLength;
94 if (pathLength > 0 && pathBuffer[pathLength - 1] != '/') {
95 pathBuffer[pathLength] = '/';
96 pathBuffer[pathLength + 1] = 0;
  /external/webkit/Tools/MIDLWrapper/
MIDLWrapper.cpp 46 size_t pathLength = wcslen(envp[pathIndex]);
50 trailingSemiColon = envp[pathIndex] + pathLength;
54 size_t newPathLength = pathLength - vcbinLength;
  /external/icu4c/tools/gennorm2/
gennorm2.cpp 156 int32_t pathLength=filename.length();
157 if( pathLength>0 &&
158 filename[pathLength-1]!=U_FILE_SEP_CHAR &&
159 filename[pathLength-1]!=U_FILE_ALT_SEP_CHAR
162 pathLength=filename.length();
175 filename.truncate(pathLength);
  /external/chromium/chrome/browser/
keychain_mac.cc 49 UInt32 pathLength, const char *path,
58 pathLength, path,
keychain_mac.h 55 UInt32 pathLength, const char *path,
keychain_mock_mac.h 55 UInt32 pathLength, const char *path,
keychain_mock_mac.cc 280 UInt32 pathLength, const char *path,
303 pathLength);
  /external/webkit/Source/WebCore/svg/
SVGPathElement.idl 35 readonly attribute SVGAnimatedNumber pathLength;
SVGPathElement.h 112 DECLARE_ANIMATED_NUMBER(PathLength, pathLength)
SVGPathElement.cpp 49 DEFINE_ANIMATED_NUMBER(SVGPathElement, SVGNames::pathLengthAttr, PathLength, pathLength)
193 document()->accessSVGExtensions()->reportError("A negative value for path attribute <pathLength> is not allowed");
  /frameworks/av/media/mtp/
MtpServer.cpp     [all...]
  /frameworks/base/libs/hwui/font/
Font.cpp 220 float pathLength = SkScalarToFloat(measure.getLength());
224 float pathOffset = pathLength;
232 while (glyphsCount < numGlyphs && penX < pathLength) {
  /frameworks/base/media/java/android/mtp/
MtpDatabase.java 232 int pathLength = path.length();
236 if (subdirLength < pathLength &&
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-win.c     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
org.eclipse.equinox.security_1.0.200.v20100503.jar 
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp     [all...]

Completed in 1033 milliseconds