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

12

/frameworks/rs/rsov/compiler/
H A DBuiltin_test.cpp32 const std::string &fullPath = getAbsolutePath(testDataPath + testFile); local
33 auto words = readFile<uint32_t>(fullPath);
H A DWrapper_test.cpp45 const std::string &fullPath = getAbsolutePath(testDataPath + testFile); local
46 return readFile<uint32_t>(fullPath);
/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.cpp127 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(nativePtr); local
128 FullPathColorPropertyValuesHolder* newHolder = new FullPathColorPropertyValuesHolder(fullPath,
135 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(nativePtr); local
136 FullPathPropertyValuesHolder* newHolder = new FullPathPropertyValuesHolder(fullPath,
/frameworks/native/cmds/cmd/
H A Dcmd.cpp69 String8 fullPath(cwd);
70 fullPath.appendPath(path8);
72 aerr << "Open attempt after active for: " << fullPath << endl;
75 int fd = open(fullPath.string(), O_WRONLY|O_CREAT|O_TRUNC, S_IRWXU|S_IRWXG);
82 int ret = getfilecon(fullPath.string(), &tmp);
89 << " (from path " << fullPath.string() << ", context "
/frameworks/native/cmds/installd/tests/
H A Dinstalld_cache_test.cpp70 const char* fullPath = StringPrintf("/data/local/tmp/user/0/%s", path).c_str(); local
71 ::mkdir(fullPath, 0755);
75 const char* fullPath = StringPrintf("/data/local/tmp/user/0/%s", path).c_str(); local
76 int fd = ::open(fullPath, O_RDWR | O_CREAT, 0644);
81 ::utime(fullPath, &times);
85 const char* fullPath = StringPrintf("/data/local/tmp/user/0/%s", path).c_str(); local
86 return ::access(fullPath, F_OK);
90 const char* fullPath = StringPrintf("/data/local/tmp/user/0/%s", path).c_str(); local
92 if (!stat(fullPath, &buf)) {
110 const char* fullPath local
[all...]
H A Dinstalld_service_test.cpp66 const char* fullPath = StringPrintf("/data/local/tmp/user/0/%s", path).c_str(); local
67 ::mkdir(fullPath, mode);
68 ::chown(fullPath, owner, group);
69 ::chmod(fullPath, mode);
/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/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java1139 VFullPath_Delegate fullPath = (VFullPath_Delegate) VPath;
1140 if (fullPath.mTrimPathStart != 0.0f || fullPath.mTrimPathEnd != 1.0f) {
1141 float start = (fullPath.mTrimPathStart + fullPath.mTrimPathOffset) % 1.0f;
1142 float end = (fullPath.mTrimPathEnd + fullPath.mTrimPathOffset) % 1.0f;
1163 if (fullPath.mFillColor != Color.TRANSPARENT) {
1171 fillPaint.setColor(applyAlpha(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/rs/cpu_ref/
H A DrsCpuExecutable.cpp108 std::string *fullPath) {
110 if (fullPath) {
111 *fullPath = sharedLibName;
148 void* SharedLibraryUtils::loadAndDeleteSharedLibrary(const char *fullPath) { argument
149 void *loaded = dlopen(fullPath, RTLD_NOW | RTLD_LOCAL);
151 ALOGE("Unable to open shared library (%s): %s", fullPath, dlerror());
155 int r = unlink(fullPath);
157 ALOGE("Could not unlink copy %s", fullPath);
104 createSharedLibrary(const char *driverName, const char *cacheDir, const char *resName, const bool reuse, std::string *fullPath) argument
H A DrsCpuExecutable.h56 // Load the shared library referred to by fullPath, and delete it right
61 static void* loadAndDeleteSharedLibrary(const char *fullPath);
/frameworks/rs/rsov/compiler/spirit/
H A Dtransformer_test.cpp73 const std::string &fullPath = getAbsolutePath(testDataPath + testFile); local
74 return readFile<uint32_t>(fullPath);
H A Dmodule_test.cpp46 const std::string &fullPath = getAbsolutePath(testDataPath + testFile); local
47 return readFile<uint32_t>(fullPath);
H A Dbuilder_test.cpp199 const std::string &fullPath = getAbsolutePath(testDataPath + "greyscale.spv"); local
201 Module *m = Deserialize<Module>(readFile<uint32_t>(fullPath.c_str()));
H A Dpass_queue_test.cpp88 const std::string &fullPath = getAbsolutePath(testDataPath + testFile); local
89 return readFile<uint32_t>(fullPath);
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1190 VFullPath fullPath = (VFullPath) vPath;
1191 if (fullPath.mTrimPathStart != 0.0f || fullPath.mTrimPathEnd != 1.0f) {
1192 float start = (fullPath.mTrimPathStart + fullPath.mTrimPathOffset) % 1.0f;
1193 float end = (fullPath.mTrimPathEnd + fullPath.mTrimPathOffset) % 1.0f;
1214 if (fullPath.mFillColor != Color.TRANSPARENT) {
1222 fillPaint.setColor(applyAlpha(fullPath.mFillColor, fullPath
[all...]
/frameworks/rs/
H A DrsFont.cpp755 char fullPath[1024]; local
758 strlcpy(fullPath, root, sizeof(fullPath));
759 strlcat(fullPath, "/fonts/Roboto-Regular.ttf", sizeof(fullPath));
760 fullPath[sizeof(fullPath)-1] = '\0';
761 mDefault.set(Font::create(mRSC, fullPath, 8, mRSC->getDPI()));
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java597 StringBuilder fullPath = new StringBuilder(sdPath);
599 fullPath.append(File.separatorChar).append(subdirectory);
604 file = File.createTempFile("DMTEST_", null, new File(fullPath.toString()));
607 fullPath.append(File.separatorChar).append(filename);
608 file = new File(fullPath.toString());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DSignalDrawable.java300 private void drawDot(Path fullPath, Path foregroundPath, float x, float y, float dotSize, argument
302 Path p = (i == mCurrentDot) ? foregroundPath : fullPath;
/frameworks/base/media/java/android/media/
H A DMediaScanner.java1696 boolean fullPath = (ch1 == '/' ||
1699 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/ ...

Completed in 6544 milliseconds

12