HomeSort by relevance Sort by last modified time
    Searched defs:fullPath (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/skia/tools/
picture_utils.cpp 63 SkString fullPath = SkOSPath::SkPathJoin(partialPath.c_str(), baseName.c_str());
64 if (SkImageEncoder::EncodeFile(fullPath.c_str(), bm, SkImageEncoder::kPNG_Type, 100)) {
67 SkDebugf("Failed to write the bitmap to %s.\n", fullPath.c_str());
  /external/skia/tools/
picture_utils.cpp 63 SkString fullPath = SkOSPath::SkPathJoin(partialPath.c_str(), baseName.c_str());
64 if (SkImageEncoder::EncodeFile(fullPath.c_str(), bm, SkImageEncoder::kPNG_Type, 100)) {
67 SkDebugf("Failed to write the bitmap to %s.\n", fullPath.c_str());
  /frameworks/base/tools/aapt/
FileFinder.cpp 60 String8 fullPath = basePath.appendPathCopy(entryName);
62 if (isDirectory(fullPath.string()) ) {
64 findFiles(fullPath, extensions, fileStore,copy);
69 if (isFile(fullPath.string()) ) {
70 checkAndAddFile(fullPath,dw->entryStats(),extensions,fileStore);
DirectoryWalker.h 80 String8 fullPath = mBasePath.appendPathCopy(mEntry.d_name);
81 stat(fullPath.string(),&mStats);
  /external/chromium_org/ppapi/tests/extensions/media_galleries/
test.js 23 'fullPath': '/test.jpg',
31 'fullPath': '/test.jpg',
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
EntryBase.h 52 const String& fullPath() const { return m_fullPath; }
60 EntryBase(DOMFileSystemBase*, const String& fullPath);
  /external/chromium_org/third_party/angle/
enumerate_files.py 47 fullPath = os.path.join(root, file).replace("\\", "/")
49 if fnmatch.fnmatchcase(fullPath, type):
52 if fnmatch.fnmatchcase(fullPath, exclude):
57 files.append(fullPath)
  /external/chromium_org/third_party/skia/bench/
SkipZeroesBench.cpp 55 SkString fullPath = SkOSPath::SkPathJoin(resourcePath.c_str(),
57 SkFILEStream fileStream(fullPath.c_str());
  /external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
FileSystemResourceLoader.java 77 String fullPath;
79 fullPath = file.getCanonicalPath();
81 fullPath = file.getAbsolutePath();
83 return String.format("%s@%s", fullPath, file.lastModified());
  /external/lzma/CPP/Windows/
DLL.cpp 77 TCHAR fullPath[MAX_PATH + 2];
78 DWORD size = ::GetModuleFileName(hModule, fullPath, MAX_PATH + 1);
81 result = fullPath;
93 wchar_t fullPath[MAX_PATH + 2];
94 DWORD size = ::GetModuleFileNameW(hModule, fullPath, MAX_PATH + 1);
97 result = fullPath;
  /external/skia/bench/
SkipZeroesBench.cpp 55 SkString fullPath = SkOSPath::SkPathJoin(resourcePath.c_str(),
57 SkFILEStream fileStream(fullPath.c_str());
  /external/lzma/CPP/7zip/UI/Common/
ArchiveOpenCallback.cpp 97 UString fullPath = _folderPrefix + name;
98 if (!_fileInfo.Find(fullPath))
104 if (!inFile->Open(fullPath))
ArchiveExtractCallback.cpp 110 void CArchiveExtractCallback::CreateComplexDirectory(const UStringVector &dirPathParts, UString &fullPath)
112 fullPath = _directoryPath;
116 fullPath += wchar_t(NFile::NName::kDirDelimiter);
117 fullPath += dirPathParts[i];
118 NFile::NDirectory::MyCreateDirectory(fullPath);
160 UString fullPath;
163 RINOK(_arc->GetItemPath(index, fullPath));
166 _filePath = fullPath;
186 if (!_wildcardCensor->CheckPath(fullPath, !_fi.IsDir))
221 SplitPathToParts(fullPath, pathParts);
    [all...]
EnumDirItems.cpp 213 const UString fullPath = phyPrefix + name;
215 if (!fi.Find(fullPath))
218 errorPaths.Add(fullPath);
225 errorPaths.Add(fullPath);
263 const UString fullPath = phyPrefix + nextNode.Name;
265 if (!fi.Find(fullPath))
270 errorPaths.Add(fullPath);
276 errorPaths.Add(fullPath);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
GeeTest.java 115 String fullPath = NATIVE_TESTS_DIRECTORY + ANDROID_PATH_SEPARATOR + mExeName;
117 CLog.v("Running gtest %s %s on %s", fullPath, flags, mDevice.getSerialNumber());
119 CLog.v("%s", mDevice.executeShellCommand(String.format("chmod 755 %s", fullPath)));
122 mDevice.executeShellCommand(String.format("%s %s", fullPath, flags), resultParser,
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
ResourceLoaderAdaptor.java 196 String fullPath;
198 fullPath = file.getCanonicalPath();
200 fullPath = file.getAbsolutePath();
202 return String.format("%s@%s", fullPath, file.lastModified());
  /packages/apps/Settings/src/com/android/settings/users/
EditUserPhotoController.java 323 final File fullPath = new File(folder, fileName);
325 fullPath.delete();
328 FileProvider.getUriForFile(context, RestrictedProfileSettings.FILE_PROVIDER_AUTHORITY, fullPath);
  /external/chromium_org/third_party/icu/source/tools/toolutil/
pkg_gencmn.c 386 char *fullPath = NULL;
404 fullPath = pathToFullPath(filename, source);
418 files[fileCount].pathname=fullPath;
423 file=T_FileStream_open(fullPath, "rb");
425 fprintf(stderr, "gencmn: unable to open listed file %s\n", fullPath);
432 fprintf(stderr, "gencmn: unable to get length of listed file %s\n", fullPath);
441 printf("%s ignored (size %ld > %ld)\n", fullPath, (long)length, (long)maxSize);
494 char *fullPath;
499 fullPath = uprv_malloc(newLength);
501 uprv_strcpy(fullPath, source)
    [all...]
  /external/deqp/executor/tools/
xeBatchResultToXml.cpp 288 string fullPath;
289 testNode->getFullPath(fullPath);
  /external/deqp/executor/
xeBatchExecutor.cpp 46 std::string fullPath;
47 testCase->getFullPath(fullPath);
49 if (batchResult->hasTestCaseResult(fullPath.c_str()))
51 ConstTestCaseResultPtr data = batchResult->getTestCaseResult(fullPath.c_str());
xeTestCase.cpp 266 std::string fullPath;
267 childGroup->getFullPath(fullPath);
269 groupMap.insert(std::make_pair(fullPath, childGroup));
  /external/icu/icu4c/source/tools/toolutil/
pkg_gencmn.c 407 char *fullPath = NULL;
425 fullPath = pathToFullPath(filename, source);
438 files[fileCount].pathname=fullPath;
443 file=T_FileStream_open(fullPath, "rb");
445 fprintf(stderr, "gencmn: unable to open listed file %s\n", fullPath);
452 fprintf(stderr, "gencmn: unable to get length of listed file %s\n", fullPath);
461 printf("%s ignored (size %ld > %ld)\n", fullPath, (long)length, (long)maxSize);
511 char *fullPath;
516 fullPath = uprv_malloc(newLength);
518 uprv_strcpy(fullPath, source)
    [all...]
  /frameworks/compile/slang/
slang_rs_reflect_utils.cpp 295 std::string fullPath = path1;
296 if (fullPath[fullPath.length() - 1] != OS_PATH_SEPARATOR) {
297 fullPath += OS_PATH_SEPARATOR;
300 fullPath += path2.substr(1, string::npos);
302 fullPath += path2;
304 return fullPath;
  /frameworks/native/cmds/rawbu/
backup.cpp 260 char* fullPath = NULL;
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, strerror(errno))
    [all...]
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
WebKitHitTestTest.java 171 String fullPath = mWebServer.getResponseUrl("/hittest.html");
175 pollForHitTestDataOnUiThread(HitTestResult.SRC_ANCHOR_TYPE, fullPath);
176 pollForHrefAndImageSrcOnUiThread(fullPath, ANCHOR_TEXT, null);
193 String fullPath = mWebServer.getResponseUrl(relPath);
197 pollForHitTestDataOnUiThread(HitTestResult.SRC_ANCHOR_TYPE, fullPath);
198 pollForHrefAndImageSrcOnUiThread(fullPath, ANCHOR_TEXT, null);
307 String fullPath = mWebServer.getResponseUrl(relPath);
314 pollForHrefAndImageSrcOnUiThread(fullPath, null, fullImageSrc);

Completed in 1088 milliseconds

1 2 3 4 5