Searched refs:fullPath (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/tools/aapt/
H A DFileFinder.cpp60 String8 fullPath = basePath.appendPathCopy(entryName); local
62 if (isDirectory(fullPath.string()) ) {
64 findFiles(fullPath, extensions, fileStore,copy);
69 if (isFile(fullPath.string()) ) {
70 checkAndAddFile(fullPath,dw->entryStats(),extensions,fileStore);
H A DDirectoryWalker.h80 String8 fullPath = mBasePath.appendPathCopy(mEntry.d_name); local
81 stat(fullPath.string(),&mStats);
H A DAaptAssets.cpp98 String8 fullPath(root);
99 fullPath.appendPath(path);
100 FileType type = getFileType(fullPath);
/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp135 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); local
136 fullPath->mutateStagingProperties()->updateProperties(strokeWidth, strokeColor, strokeAlpha,
155 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); local
157 bool success = fullPath->stagingProperties()->copyProperties(pathProperties, length);
273 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); local
274 return fullPath->stagingProperties()->getStrokeWidth();
278 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); local
279 fullPath->mutateStagingProperties()->setStrokeWidth(strokeWidth);
283 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); local
284 return fullPath
288 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); local
293 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); local
298 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); local
303 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); local
308 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); local
313 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); local
318 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); local
323 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); local
328 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); local
333 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); local
338 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); local
343 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); local
348 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); local
[all...]
H A Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp118 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(nativePtr); local
119 FullPathColorPropertyValuesHolder* newHolder = new FullPathColorPropertyValuesHolder(fullPath,
126 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(nativePtr); local
127 FullPathPropertyValuesHolder* newHolder = new FullPathPropertyValuesHolder(fullPath,
/frameworks/native/cmds/rawbu/
H A Dbackup.cpp260 char* fullPath = NULL; local
287 if (fullPath != NULL) {
288 free(fullPath);
290 fullPath = (char*)malloc(srcLen + strlen(de->d_name) + 2);
291 strcpy(fullPath, srcPath);
292 fullPath[srcLen] = '/';
293 strcpy(fullPath+srcLen+1, de->d_name);
298 if (strcmp(SKIP_PATHS[i].path, fullPath) == 0) {
307 int ret = lstat(fullPath, &statBuffer);
311 fullPath, strerro
[all...]
/frameworks/base/tools/aapt2/flatten/
H A DArchive.cpp53 std::string fullPath = mOutDir; variable
54 file::appendPath(&fullPath, path);
55 file::mkdirs(file::getStem(fullPath));
57 mFile = { fopen(fullPath.data(), "wb"), fclose };
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java1104 VFullPath_Delegate fullPath = (VFullPath_Delegate) VPath;
1105 if (fullPath.mTrimPathStart != 0.0f || fullPath.mTrimPathEnd != 1.0f) {
1106 float start = (fullPath.mTrimPathStart + fullPath.mTrimPathOffset) % 1.0f;
1107 float end = (fullPath.mTrimPathEnd + fullPath.mTrimPathOffset) % 1.0f;
1128 if (fullPath.mFillColor != Color.TRANSPARENT) {
1136 fillPaint.setColor(applyAlpha(fullPath.mFillColor, fullPath
[all...]
/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.cpp297 std::string fullPath = path1; local
298 if (fullPath[fullPath.length() - 1] != OS_PATH_SEPARATOR) {
299 fullPath += OS_PATH_SEPARATOR;
302 fullPath += path2.substr(1, string::npos);
304 fullPath += path2;
306 return fullPath;
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1022 VFullPath fullPath = (VFullPath) vPath;
1023 if (fullPath.mTrimPathStart != 0.0f || fullPath.mTrimPathEnd != 1.0f) {
1024 float start = (fullPath.mTrimPathStart + fullPath.mTrimPathOffset) % 1.0f;
1025 float end = (fullPath.mTrimPathEnd + fullPath.mTrimPathOffset) % 1.0f;
1046 if (fullPath.mFillColor != Color.TRANSPARENT) {
1054 fillPaint.setColor(applyAlpha(fullPath.mFillColor, fullPath
[all...]
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java591 StringBuilder fullPath = new StringBuilder(sdPath);
593 fullPath.append(File.separatorChar).append(subdirectory);
598 file = File.createTempFile("DMTEST_", null, new File(fullPath.toString()));
601 fullPath.append(File.separatorChar).append(filename);
602 file = new File(fullPath.toString());
/frameworks/base/tools/aapt2/compile/
H A DCompile.cpp168 std::string fullPath = prefixPath; local
169 file::appendPath(&fullPath, leafEntry->d_name);
172 Maybe<ResourcePathData> pathData = extractResourcePathData(fullPath, &errStr);
/frameworks/rs/
H A DrsFont.cpp756 char fullPath[1024]; local
759 strcpy(fullPath, root);
760 strcat(fullPath, "/fonts/Roboto-Regular.ttf");
761 mDefault.set(Font::create(mRSC, fullPath, 8, mRSC->getDPI()));
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1781 String8 fullPath; local
1791 fullPath = partialPath;
1792 pContents = scanDirLocked(fullPath);
/frameworks/base/media/java/android/media/
H A DMediaScanner.java1650 boolean fullPath = (ch1 == '/' ||
1653 if (!fullPath)
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 347 milliseconds