Searched refs:OutputPath (Results 1 – 12 of 12) sorted by relevance
/third_party/openh264/codec/build/windowsphone/all/ |
D | CodecRTComponent.cpp | 48 char OutputPath[256] = { 0 }; in Encode() local 74 OutputPath[iSize] = 0; in Encode() 76 OutputPath[y] = (char)pWcharOutputFile[y]; in Encode() 98 strcpy (Output264Path, OutputPath); in Encode() 133 char OutputPath[256] = { 0 }; in Decode() local 161 OutputPath[size] = 0; in Decode() 163 OutputPath[y] = (char)pWcharOutputFile[y]; in Decode() 170 strcpy_s (OutputYUVPath, OutputPath); in Decode()
|
/third_party/flatbuffers/tests/FlatBuffers.Test/ |
D | NetTest.sh | 22 msbuild -property:Configuration=Release,OutputPath=$TEMP_BIN -verbosity:minimal $PROJ_FILE 27 msbuild -property:Configuration=Release,UnsafeByteBuffer=true,OutputPath=$TEMP_BIN -verbosity:minim… 39 msbuild -property:Configuration=Release,OutputPath=$TEMP_BIN -verbosity:minimal $CORE_PROJ_FILE 44 msbuild -property:Configuration=Release,UnsafeByteBuffer=true,OutputPath=$TEMP_BIN -verbosity:minim… 49 msbuild -property:Configuration=Release,EnableSpanT=true,OutputPath=$TEMP_BIN -verbosity:minimal $C…
|
/third_party/openh264/test/build/windowsphone/codec_ut/ |
D | Codec_UT_RTComponent.cpp | 26 char OutputPath[256] = { 0 }; in TestAllCases() local 35 OutputPath[size] = 0; in TestAllCases() 37 OutputPath[y] = (char)pWcharOutputFile[y]; in TestAllCases() 57 argv[1] = OutputPath; in TestAllCases()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 862 SmallString<128> OutputPath(SavedObjectsDirectoryPath); in writeGeneratedObject() local 863 llvm::sys::path::append(OutputPath, in writeGeneratedObject() 865 OutputPath.c_str(); // Ensure the string is null terminated. in writeGeneratedObject() 866 if (sys::fs::exists(OutputPath)) in writeGeneratedObject() 867 sys::fs::remove(OutputPath); in writeGeneratedObject() 872 auto Err = sys::fs::create_hard_link(CacheEntryPath, OutputPath); in writeGeneratedObject() 874 return OutputPath.str(); in writeGeneratedObject() 876 Err = sys::fs::copy_file(CacheEntryPath, OutputPath); in writeGeneratedObject() 878 return OutputPath.str(); in writeGeneratedObject() 883 << "' to '" << OutputPath << "'\n"; in writeGeneratedObject() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | TarWriter.cpp | 159 Expected<std::unique_ptr<TarWriter>> TarWriter::create(StringRef OutputPath, in create() argument 164 openFileForWrite(OutputPath, FD, CD_CreateAlways, OF_None)) in create() 165 return make_error<StringError>("cannot open " + OutputPath, EC); in create()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/ |
D | LibDriver.cpp | 355 std::string OutputPath = getOutputPath(&Args, Members[0]); in libDriverMain() local 362 computeArchiveRelativePath(OutputPath, Member.MemberName); in libDriverMain() 369 writeArchive(OutputPath, Members, in libDriverMain() 373 llvm::errs() << OutputPath << ": " << EI.message() << "\n"; in libDriverMain()
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/dotzlib/DotZLib/ |
D | DotZLib.csproj | 39 OutputPath = "bin\Debug\" 59 OutputPath = "bin\Release\"
|
/third_party/zlib/contrib/dotzlib/DotZLib/ |
D | DotZLib.csproj | 39 OutputPath = "bin\Debug\" 59 OutputPath = "bin\Release\"
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/dotzlib/DotZLib/ |
D | DotZLib.csproj | 39 OutputPath = "bin\Debug\" 59 OutputPath = "bin\Release\"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | TarWriter.h | 20 static Expected<std::unique_ptr<TarWriter>> create(StringRef OutputPath,
|
/third_party/python/Tools/nuget/ |
D | build.bat | 21 if "%~1" EQU "-o" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts 22 if "%~1" EQU "--out" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts
|
/third_party/python/Tools/msi/ |
D | buildrelease.bat | 187 %MSBUILD% "%D%make_zip.proj" /t:Build %BUILDOPTS% %CERTOPTS% /p:OutputPath="%BUILD%en-us" 192 …\nuget\make_pkg.proj" /t:Build /p:Configuration=Release /p:Platform=%1 /p:OutputPath="%BUILD%en-us"
|