Searched defs:fullPath (Results 1 - 25 of 70) sorted by relevance

123

/external/skia/tests/
H A DBadIcoTest.cpp32 SkString fullPath = SkOSPath::Join(resourcePath.c_str(), badImages[i]); local
33 SkAutoTDelete<SkStream> stream(SkStream::NewFromFile(fullPath.c_str()));
H A DYUVTest.cpp15 SkString fullPath = GetResourcePath(path); local
16 return SkStream::NewFromFile(fullPath.c_str());
H A DCodexTest.cpp25 SkString fullPath = GetResourcePath(path); local
26 return SkStream::NewFromFile(fullPath.c_str());
882 SkString fullPath(GetResourcePath(path));
883 SkAutoTUnref<SkData> data(SkData::NewFromFileName(fullPath.c_str()));
900 SkString fullPath(GetResourcePath(path));
901 SkAutoTUnref<SkData> data(SkData::NewFromFileName(fullPath.c_str()));
/external/skia/src/utils/
H A DSkOSFile.cpp18 SkString SkOSPath::Basename(const char* fullPath) { argument
19 if (!fullPath) {
22 const char* filename = strrchr(fullPath, SkPATH_SEPARATOR);
24 filename = fullPath;
31 SkString SkOSPath::Dirname(const char* fullPath) { argument
32 if (!fullPath) {
35 const char* end = strrchr(fullPath, SkPATH_SEPARATOR);
39 if (end == fullPath) {
40 SkASSERT(fullPath[0] == SkPATH_SEPARATOR);
43 return SkString(fullPath, en
[all...]
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DInterp.java109 public static String getTestsuiteDir(String fullPath, String fileName) { argument
110 return fullPath.substring(0, fullPath.length()-fileName.length());
/external/skia/bench/
H A DSkipZeroesBench.cpp55 SkString fullPath = SkOSPath::Join(resourcePath.c_str(), fFilename.c_str()); variable
56 SkFILEStream fileStream(fullPath.c_str());
/external/skia/tools/
H A Dpicture_utils.cpp63 SkString fullPath = SkOSPath::Join(partialPath.c_str(), baseName.c_str()); local
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/lzma/CPP/7zip/UI/Common/
H A DArchiveOpenCallback.cpp86 FString fullPath; local
87 if (!NFile::NName::GetFullPath(_folderPrefix, us2fs(name), fullPath))
89 if (!_fileInfo.Find(fullPath))
95 if (!inFile->Open(fullPath))
H A DUpdateCallback.cpp340 FString fullPath; local
341 if (NDir::MyGetFullPathName(us2fs(phyPath), fullPath))
343 prop = GetRelativePath(simpleName, fs2us(fullPath));
H A DEnumDirItems.cpp291 const FString fullPath = phyPrefix + fi.Name; local
292 NFind::CStreamEnumerator enumerator(fullPath);
299 dirItems.AddError(fullPath + FTEXT(":*"), (DWORD)E_FAIL);
472 const FString fullPath = phyPrefix + us2fs(name); local
478 fi.Name = fullPath;
482 if (!fi.Find(fullPath))
484 dirItems.AddError(fullPath);
490 dirItems.AddError(fullPath, (DWORD)E_FAIL);
503 dirItems.AddSecurityItem(fullPath, secureIndex);
558 const FString fullPath local
724 UString fullPath = fs2us(fullPathF); local
[all...]
H A DArchiveExtractCallback.cpp294 void CArchiveExtractCallback::CreateComplexDirectory(const UStringVector &dirPathParts, FString &fullPath) argument
313 fullPath.Empty();
315 fullPath = _directoryPath;
320 fullPath += FCHAR_PATH_SEPARATOR;
322 fullPath += us2fs(s);
328 CreateDir(fullPath);
447 UString fullPath; local
450 RINOK(_arc->GetItemPath(index, fullPath));
453 _filePath = fullPath;
585 if (!_wildcardCensor->CheckPath(_isAltStream, fullPath, !_f
[all...]
/external/doclava/src/com/google/doclava/
H A DClearPage.java86 public static void write(Data data, String templ, String filename, boolean fullPath) { argument
90 public static void write(Data data, String templ, String filename, boolean fullPath, JSilver cs) { argument
115 if (!fullPath) {
/external/lzma/CPP/7zip/Bundles/SFXSetup/
H A DExtractCallbackSfx.cpp81 FString fullPath = _directoryPath; local
84 fullPath += us2fs(dirPathParts[i]);
85 CreateDir(fullPath);
86 fullPath += FCHAR_PATH_SEPARATOR;
100 UString fullPath; local
102 fullPath = _itemDefaultName;
107 fullPath = propVariantName.bstrVal;
109 _filePath = fullPath;
144 SplitPathToParts(fullPath, pathParts);
148 UString processedPath = fullPath;
[all...]
H A DSfxSetup.cpp145 FString fullPath; local
146 NDLL::MyGetModuleFileName(fullPath);
158 if (!ReadDataString(fullPath, kStartID, kEndID, config))
221 HRESULT result = ExtractArchive(codecs, fullPath, tempDirPath, showProgress,
/external/lzma/CPP/7zip/Bundles/SFXWin/
H A DSfxWin.cpp126 FString fullPath; local
127 if (!MyGetFullPathName(path, fullPath))
174 v1.Add(fs2us(fullPath));
175 v2.Add(fs2us(fullPath));
/external/smali/smalidea/src/test/java/org/jf/smalidea/
H A DLightCodeInsightParsingTestCase.java184 public static void doCheckResult(String fullPath, String targetDataName, String text) throws IOException { argument
185 String expectedFileName = fullPath + File.separatorChar + targetDataName;
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_gencmn.c407 char *fullPath = NULL; local
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; local
516 fullPath = uprv_malloc(newLength);
518 uprv_strcpy(fullPath, sourc
[all...]
/external/lzma/CPP/Windows/
H A DFileName.cpp682 bool GetFullPath(CFSTR path, FString &fullPath) argument
684 return GetFullPath(NULL, path, fullPath);
/external/deqp/executor/tools/
H A DxeBatchResultToXml.cpp288 string fullPath; local
289 testNode->getFullPath(fullPath);
H A DxeCommandLineExecutor.cpp310 const string fullPath = child->getFullPath(); local
312 if (checkCasePathPatternMatch(filter, fullPath.c_str(), isGroup))
334 const string fullPath = child->getFullPath(); local
336 if (checkCasePathPatternMatch(filter, fullPath.c_str(), isGroup))
419 string fullPath; local
421 testCase->getFullPath(fullPath);
424 if (batchResult.hasTestCaseResult(fullPath.c_str()))
426 xe::ConstTestCaseResultPtr resultData = batchResult.getTestCaseResult(fullPath.c_str());
/external/deqp/executor/
H A DxeBatchExecutor.cpp46 std::string fullPath; local
47 testCase->getFullPath(fullPath);
49 if (batchResult->hasTestCaseResult(fullPath.c_str()))
51 ConstTestCaseResultPtr data = batchResult->getTestCaseResult(fullPath.c_str());
H A DxeTestCase.cpp266 std::string fullPath; local
267 childGroup->getFullPath(fullPath);
269 groupMap.insert(std::make_pair(fullPath, childGroup));
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkBinaryRegistry.cpp60 const de::FilePath fullPath = getProgramPath(dstDir, index); local
62 if (!de::FilePath(fullPath.getDirName()).exists())
63 de::createDirectoryAndParents(fullPath.getDirName().c_str());
66 std::ofstream out (fullPath.getPath(), std::ios_base::binary);
69 throw tcu::Exception("Failed to open " + string(fullPath.getPath()));
416 const string fullPath = getProgramPath(m_srcPath, *indexPos); local
420 de::UniquePtr<tcu::Resource> progRes (m_archive.getResource(fullPath.c_str()));
/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp264 UString fullPath; local
266 fullPath = kEmptyFileAlias;
271 fullPath = prop.bstrVal;
273 _filePath = fullPath;
/external/lzma/CPP/7zip/UI/FileManager/
H A DBrowseDialog.cpp622 const UString fullPath = DirPrefix + name; local
631 item.iImage = _extToIconMap.GetIconIndex(fi.Attrib, fullPath);

Completed in 619 milliseconds

123