Home
last modified time | relevance | path

Searched refs:OutputPath (Results 1 – 12 of 12) sorted by relevance

/third_party/openh264/codec/build/windowsphone/all/
DCodecRTComponent.cpp48 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/
DNetTest.sh22 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/
DCodec_UT_RTComponent.cpp26 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/
DThinLTOCodeGenerator.cpp862 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/
DTarWriter.cpp159 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/
DLibDriver.cpp355 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/
DDotZLib.csproj39 OutputPath = "bin\Debug\"
59 OutputPath = "bin\Release\"
/third_party/zlib/contrib/dotzlib/DotZLib/
DDotZLib.csproj39 OutputPath = "bin\Debug\"
59 OutputPath = "bin\Release\"
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/dotzlib/DotZLib/
DDotZLib.csproj39 OutputPath = "bin\Debug\"
59 OutputPath = "bin\Release\"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTarWriter.h20 static Expected<std::unique_ptr<TarWriter>> create(StringRef OutputPath,
/third_party/python/Tools/nuget/
Dbuild.bat21 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/
Dbuildrelease.bat187 %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"