Searched defs:dstPath (Results 1 - 13 of 13) sorted by relevance

/external/libusb/msvc/
H A Dddk_build.cmd50 set dstPath=%destType%\Debug variable
52 set dstPath=%destType%\Release variable
58 if exist %dstPath% goto md3
59 mkdir %dstPath%
61 if exist %dstPath%\dll goto md4
62 mkdir %dstPath%\dll
64 if exist %dstPath%\lib goto md5
65 md %dstPath%\lib
67 if exist %dstPath%\examples goto md6
68 md %dstPath
[all...]
/external/skia/samplecode/
H A DClockFaceView.cpp144 SkPath path, dstPath; local
146 pe->filterPath(&dstPath, path, &rec, nullptr);
/external/skqp/samplecode/
H A DClockFaceView.cpp144 SkPath path, dstPath; local
146 pe->filterPath(&dstPath, path, &rec, nullptr);
/external/deqp/executor/tools/
H A DxeExtractShaderPrograms.cpp50 string dstPath; member in struct:CommandLine
70 const string basePath = string(de::FilePath::join(cmdLine.dstPath, casePath).getPath()) + "." + de::toString(programNdx);
214 else if (cmdLine.dstPath.empty())
215 cmdLine.dstPath = arg;
H A DxeBatchResultToXml.cpp232 ResultToXmlFilesLogHandler (vector<xe::TestCaseResultHeader>& resultHeaders, const char* dstPath) argument
234 , m_dstPath (dstPath)
334 static void batchResultToSeparateXmlFiles (const char* batchResultFilename, const char* dstPath) argument
341 if (!de::FilePath(dstPath).exists())
342 de::createDirectoryAndParents(dstPath);
344 XE_CHECK_MSG(de::FilePath(dstPath).getType() == de::FilePath::TYPE_DIRECTORY, "Destination is not directory");
348 ResultToXmlFilesLogHandler handler (shortResults, dstPath);
367 de::FilePath indexPath = de::FilePath::join(dstPath, "caselist.xml");
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkBinaryRegistry.cpp109 void writeBinary (const ProgramBinary& binary, const std::string& dstPath) argument
111 const de::FilePath filePath(dstPath);
117 std::ofstream out (dstPath.c_str(), std::ios_base::binary);
120 throw tcu::Exception("Failed to open " + dstPath);
417 BinaryRegistryWriter::BinaryRegistryWriter (const std::string& dstPath) argument
418 : m_dstPath(dstPath)
420 if (de::FilePath(dstPath).exists())
421 initFromPath(dstPath);
515 void BinaryRegistryWriter::writeToPath (const std::string& dstPath) const
517 if (!de::FilePath(dstPath)
[all...]
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktBuildPrograms.cpp375 const std::string& dstPath,
493 vk::BinaryRegistryWriter registryWriter (dstPath);
374 buildPrograms(tcu::TestContext& testCtx, const std::string& dstPath, const bool validateBinaries, const deUint32 usedVulkanVersion, const vk::SpirvVersion baselineSpirvVersion, const vk::SpirvVersion maxSpirvVersion) argument
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 841 milliseconds