Home
last modified time | relevance | path

Searched refs:CurrDir (Results 1 – 25 of 75) sorted by relevance

123

/dports/print/lilypond-devel/lilypond-2.23.5/scripts/build/
H A Drun-and-check.sh25 CurrDir=`pwd`
41 cp "$CurrDir/$2" "$CurrDir/$2.fail.log"
45 echo " $CurrDir/$2"
49 tail -20 "$CurrDir/$2"
/dports/print/lilypond/lilypond-2.22.1/scripts/build/
H A Drun-and-check.sh25 CurrDir=`pwd`
41 cp "$CurrDir/$2" "$CurrDir/$2.fail.log"
45 echo " $CurrDir/$2"
49 tail -20 "$CurrDir/$2"
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/debugger/src/
H A Ddbg_wx_win.erl334 CurrDir = filename:dirname(code:which(?MODULE)),
335 CurrIcon = filename:append(CurrDir, File),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/debugger/src/
H A Ddbg_wx_win.erl337 CurrDir = filename:dirname(code:which(?MODULE)),
338 CurrIcon = filename:append(CurrDir, File),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_wx_win.erl337 CurrDir = filename:dirname(code:which(?MODULE)),
338 CurrIcon = filename:append(CurrDir, File),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_wx_win.erl337 CurrDir = filename:dirname(code:which(?MODULE)),
338 CurrIcon = filename:append(CurrDir, File),
/dports/lang/erlang/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_wx_win.erl337 CurrDir = filename:dirname(code:which(?MODULE)),
338 CurrIcon = filename:append(CurrDir, File),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_wx_win.erl337 CurrDir = filename:dirname(code:which(?MODULE)),
338 CurrIcon = filename:append(CurrDir, File),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/debugger/src/
H A Ddbg_wx_win.erl334 CurrDir = filename:dirname(code:which(?MODULE)),
335 CurrIcon = filename:append(CurrDir, File),
/dports/graphics/wings/wings-8d019ebe48/src/
H A Dwings_image.erl50 CurrDir = wings_pref:get_value(current_directory),
57 try_relative_paths(Dirs,FileName,OptDir,CurrDir,Ps);
928 try_relative_paths(Dirs,FileName,undefined,CurrDir,Ps) ->
929 try_relative_paths(CurrDir,Dirs,FileName,Ps);
930 try_relative_paths(Dirs,FileName,OptDir,CurrDir,Ps) ->
933 try_relative_paths(Dirs,FileName,undefined,CurrDir,Ps);
/dports/devel/llvm70/llvm-7.0.1.src/unittests/Support/
H A DCommandLineTest.cpp785 llvm::SmallString<128> CurrDir; in TEST() local
786 EC = llvm::sys::fs::current_path(CurrDir); in TEST()
788 EXPECT_TRUE(StringRef(CurrDir) != StringRef(TestDir)); in TEST()
/dports/devel/llvm80/llvm-8.0.1.src/unittests/Support/
H A DCommandLineTest.cpp785 llvm::SmallString<128> CurrDir; in TEST() local
786 EC = llvm::sys::fs::current_path(CurrDir); in TEST()
788 EXPECT_TRUE(StringRef(CurrDir) != StringRef(TestDir)); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Support/
H A DCommandLine.cpp1185 SmallString<128> CurrDir; in ExpandResponseFiles() local
1188 llvm::sys::fs::current_path(CurrDir); in ExpandResponseFiles()
1190 CurrDir = *CurrentDir; in ExpandResponseFiles()
1191 llvm::sys::path::append(CurrDir, FName); in ExpandResponseFiles()
1192 FName = CurrDir.c_str(); in ExpandResponseFiles()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Support/
H A DCommandLine.cpp1185 SmallString<128> CurrDir; in ExpandResponseFiles() local
1188 llvm::sys::fs::current_path(CurrDir); in ExpandResponseFiles()
1190 CurrDir = *CurrentDir; in ExpandResponseFiles()
1191 llvm::sys::path::append(CurrDir, FName); in ExpandResponseFiles()
1192 FName = CurrDir.c_str(); in ExpandResponseFiles()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Support/
H A DCommandLine.cpp1154 SmallString<128> CurrDir; in ExpandResponseFiles() local
1157 llvm::sys::fs::current_path(CurrDir); in ExpandResponseFiles()
1159 CurrDir = *CurrentDir; in ExpandResponseFiles()
1160 llvm::sys::path::append(CurrDir, FName); in ExpandResponseFiles()
1161 FName = CurrDir.c_str(); in ExpandResponseFiles()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Support/
H A DCommandLine.cpp1182 SmallString<128> CurrDir; in ExpandResponseFiles() local
1185 llvm::sys::fs::current_path(CurrDir); in ExpandResponseFiles()
1187 CurrDir = *CurrentDir; in ExpandResponseFiles()
1188 llvm::sys::path::append(CurrDir, FName); in ExpandResponseFiles()
1189 FName = CurrDir.c_str(); in ExpandResponseFiles()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Support/
H A DCommandLine.cpp1182 SmallString<128> CurrDir; in ExpandResponseFiles() local
1185 llvm::sys::fs::current_path(CurrDir); in ExpandResponseFiles()
1187 CurrDir = *CurrentDir; in ExpandResponseFiles()
1188 llvm::sys::path::append(CurrDir, FName); in ExpandResponseFiles()
1189 FName = CurrDir.c_str(); in ExpandResponseFiles()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DCommandLine.cpp1181 SmallString<128> CurrDir; in ExpandResponseFiles() local
1184 llvm::sys::fs::current_path(CurrDir); in ExpandResponseFiles()
1186 CurrDir = *CurrentDir; in ExpandResponseFiles()
1187 llvm::sys::path::append(CurrDir, FName); in ExpandResponseFiles()
1188 FName = CurrDir.c_str(); in ExpandResponseFiles()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Support/
H A DCommandLine.cpp1185 SmallString<128> CurrDir; in ExpandResponseFiles() local
1188 llvm::sys::fs::current_path(CurrDir); in ExpandResponseFiles()
1190 CurrDir = *CurrentDir; in ExpandResponseFiles()
1191 llvm::sys::path::append(CurrDir, FName); in ExpandResponseFiles()
1192 FName = CurrDir.c_str(); in ExpandResponseFiles()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1182 SmallString<128> CurrDir; in ExpandResponseFiles() local
1185 llvm::sys::fs::current_path(CurrDir); in ExpandResponseFiles()
1187 CurrDir = *CurrentDir; in ExpandResponseFiles()
1188 llvm::sys::path::append(CurrDir, FName); in ExpandResponseFiles()
1189 FName = CurrDir.c_str(); in ExpandResponseFiles()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCommandLine.cpp1154 SmallString<128> CurrDir; in ExpandResponseFiles() local
1157 llvm::sys::fs::current_path(CurrDir); in ExpandResponseFiles()
1159 CurrDir = *CurrentDir; in ExpandResponseFiles()
1160 llvm::sys::path::append(CurrDir, FName); in ExpandResponseFiles()
1161 FName = CurrDir.c_str(); in ExpandResponseFiles()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Support/
H A DCommandLine.cpp1182 SmallString<128> CurrDir; in ExpandResponseFiles() local
1185 llvm::sys::fs::current_path(CurrDir); in ExpandResponseFiles()
1187 CurrDir = *CurrentDir; in ExpandResponseFiles()
1188 llvm::sys::path::append(CurrDir, FName); in ExpandResponseFiles()
1189 FName = CurrDir.c_str(); in ExpandResponseFiles()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DCommandLine.cpp1182 SmallString<128> CurrDir; in ExpandResponseFiles() local
1185 llvm::sys::fs::current_path(CurrDir); in ExpandResponseFiles()
1187 CurrDir = *CurrentDir; in ExpandResponseFiles()
1188 llvm::sys::path::append(CurrDir, FName); in ExpandResponseFiles()
1189 FName = CurrDir.c_str(); in ExpandResponseFiles()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1154 SmallString<128> CurrDir; in ExpandResponseFiles() local
1157 llvm::sys::fs::current_path(CurrDir); in ExpandResponseFiles()
1159 CurrDir = *CurrentDir; in ExpandResponseFiles()
1160 llvm::sys::path::append(CurrDir, FName); in ExpandResponseFiles()
1161 FName = CurrDir.c_str(); in ExpandResponseFiles()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DCommandLine.cpp1181 SmallString<128> CurrDir; in ExpandResponseFiles() local
1184 llvm::sys::fs::current_path(CurrDir); in ExpandResponseFiles()
1186 CurrDir = *CurrentDir; in ExpandResponseFiles()
1187 llvm::sys::path::append(CurrDir, FName); in ExpandResponseFiles()
1188 FName = CurrDir.c_str(); in ExpandResponseFiles()

123