Home
last modified time | relevance | path

Searched refs:DestDir (Results 1 – 6 of 6) sorted by relevance

/external/expat/win32/
Dexpat.iss36 Flags: ignoreversion; Source: win32\bin\Release\xmlwf.exe; DestDir: "{app}\Bin"
37 Flags: ignoreversion; Source: win32\MANIFEST.txt; DestDir: "{app}"
38 Flags: ignoreversion; Source: AUTHORS; DestDir: "{app}"; DestName: AUTHORS.txt
39 Flags: ignoreversion; Source: Changes; DestDir: "{app}"; DestName: Changes.txt
40 Flags: ignoreversion; Source: COPYING; DestDir: "{app}"; DestName: COPYING.txt
41 Flags: ignoreversion; Source: README.md; DestDir: "{app}"; DestName: README.txt
42 Flags: ignoreversion; Source: doc\*.html; DestDir: "{app}\Doc"
43 Flags: ignoreversion; Source: doc\*.css; DestDir: "{app}\Doc"
44 Flags: ignoreversion; Source: doc\*.png; DestDir: "{app}\Doc"
45 Flags: ignoreversion; Source: win32\bin\Release\*.dll; DestDir: "{app}\Bin"
[all …]
/external/speex/win32/
Dspeex.iss31 Source: "speexdec\Release\speexdec.exe"; DestDir: "{app}"; Flags: ignoreversion
32 Source: "speexenc\Release\speexenc.exe"; DestDir: "{app}"; Flags: ignoreversion
33 Source: "libspeex\Release\libspeex.lib"; DestDir: "{app}\libspeex"; Flags: ignoreversion
34 Source: "libspeex\Release\libspeex.exp"; DestDir: "{app}\libspeex"; Flags: ignoreversion
35 Source: "libspeex\Release\libspeex.dll"; DestDir: "{app}\libspeex"; Flags: ignoreversion
36 Source: "..\include\speex\speex.h"; DestDir: "{app}\libspeex\include"; Flags: ignoreversion
37 Source: "..\include\speex\speex_bits.h"; DestDir: "{app}\libspeex\include"; Flags: ignoreversion
38 Source: "..\include\speex\speex_callbacks.h"; DestDir: "{app}\libspeex\include"; Flags: ignoreversi…
39 Source: "..\include\speex\speex_echo.h"; DestDir: "{app}\libspeex\include"; Flags: ignoreversion
40 Source: "..\include\speex\speex_header.h"; DestDir: "{app}\libspeex\include"; Flags: ignoreversion
[all …]
/external/python/cpython2/PC/VS7.1/
Dpython.iss107 Source: LICENSE.txt; DestDir: {app}; CopyMode: alwaysoverwrite
108 Source: README.txt; DestDir: {app}; CopyMode: alwaysoverwrite
109 Source: News.txt; DestDir: {app}; CopyMode: alwaysoverwrite
110 Source: *.ico; DestDir: {app}; CopyMode: alwaysoverwrite; Components: main
112 Source: python.exe; DestDir: {app}; CopyMode: alwaysoverwrite; Components: main
113 Source: pythonw.exe; DestDir: {app}; CopyMode: alwaysoverwrite; Components: main
114 Source: w9xpopen.exe; DestDir: {app}; CopyMode: alwaysoverwrite; Components: main
117 Source: DLLs\tcl83.dll; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: tk
118 Source: DLLs\tk83.dll; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: tk
119 Source: tcl\*.*; DestDir: {app}\tcl; CopyMode: alwaysoverwrite; Components: tk; Flags: recursesubdi…
[all …]
/external/clang/include/clang/Frontend/
DUtils.h123 std::string DestDir; variable
133 StringRef getDest() { return DestDir; } in getDest()
145 ModuleDependencyCollector(std::string DestDir) in ModuleDependencyCollector() argument
146 : DestDir(std::move(DestDir)) {} in ModuleDependencyCollector()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/release/
Dtest-release.sh386 DestDir="$4"
397 DESTDIR="${DestDir}" \
/external/llvm/utils/release/
Dtest-release.sh396 DestDir="$4"
407 DESTDIR="${DestDir}" \