HomeSort by relevance Sort by last modified time
    Searched refs:ExeName (Results 1 - 14 of 14) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
SystemUtils.h 34 /// to \p ExeName, given the value of argv[0] and the address of main()
39 sys::Path PrependMainExecutablePath(const std::string &ExeName,
  /external/swiftshader/third_party/LLVM/lib/Support/
SystemUtils.cpp 36 /// to \p ExeName, given the value of argv[0] and the address of main()
41 sys::Path llvm::PrependMainExecutablePath(const std::string &ExeName,
50 Result.appendComponent(ExeName);
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp 136 char ExeName[PATH_MAX+1];
140 ssize_t NumRead = read(CmdLineFD, ExeName, PATH_MAX+1);
144 if (ExeName[0] != '/') {
145 BaseName = ExeName;
149 while (Idx < NumRead-1 && ExeName[Idx] != 0) {
158 if (ExeName[Idx] == '/') {
159 BaseName = ExeName + Idx + 1;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
processenv.h 50 WINBASEAPI WINBOOL WINAPI NeedCurrentDirectoryForExePathA (LPCSTR ExeName);
51 WINBASEAPI WINBOOL WINAPI NeedCurrentDirectoryForExePathW (LPCWSTR ExeName);
wincon.h 280 WINBASEAPI WINBOOL WINAPI AddConsoleAliasA(LPSTR Source,LPSTR Target,LPSTR ExeName);
281 WINBASEAPI WINBOOL WINAPI AddConsoleAliasW(LPWSTR Source,LPWSTR Target,LPWSTR ExeName);
282 WINBASEAPI DWORD WINAPI GetConsoleAliasA(LPSTR Source,LPSTR TargetBuffer,DWORD TargetBufferLength,LPSTR ExeName);
283 WINBASEAPI DWORD WINAPI GetConsoleAliasW(LPWSTR Source,LPWSTR TargetBuffer,DWORD TargetBufferLength,LPWSTR ExeName);
284 WINBASEAPI DWORD WINAPI GetConsoleAliasesLengthA(LPSTR ExeName);
285 WINBASEAPI DWORD WINAPI GetConsoleAliasesLengthW(LPWSTR ExeName);
288 WINBASEAPI DWORD WINAPI GetConsoleAliasesA(LPSTR AliasBuffer,DWORD AliasBufferLength,LPSTR ExeName);
289 WINBASEAPI DWORD WINAPI GetConsoleAliasesW(LPWSTR AliasBuffer,DWORD AliasBufferLength,LPWSTR ExeName);
dbgeng.h 216 STDMETHOD(GetRunningProcessSystemIdByExecutableName)(THIS_ ULONG64 Server,PCSTR ExeName,ULONG Flags,PULONG Id) PURE;
217 STDMETHOD(GetRunningProcessDescription)(THIS_ ULONG64 Server,ULONG SystemId,ULONG Flags,PSTR ExeName,ULONG ExeNameSize,PULONG ActualExeNameSize,PSTR Description,ULONG DescriptionSize,PULONG ActualDescriptionSize) PURE;
287 STDMETHOD(GetRunningProcessSystemIdByExecutableName)(THIS_ ULONG64 Server,PCSTR ExeName,ULONG Flags,PULONG Id) PURE;
288 STDMETHOD(GetRunningProcessDescription)(THIS_ ULONG64 Server,ULONG SystemId,ULONG Flags,PSTR ExeName,ULONG ExeNameSize,PULONG ActualExeNameSize,PSTR Description,ULONG DescriptionSize,PULONG ActualDescriptionSize) PURE;
349 STDMETHOD(GetRunningProcessSystemIdByExecutableName)(THIS_ ULONG64 Server,PCSTR ExeName,ULONG Flags,PULONG Id) PURE;
350 STDMETHOD(GetRunningProcessDescription)(THIS_ ULONG64 Server,ULONG SystemId,ULONG Flags,PSTR ExeName,ULONG ExeNameSize,PULONG ActualExeNameSize,PSTR Description,ULONG DescriptionSize,PULONG ActualDescriptionSize) PURE;
395 STDMETHOD(GetRunningProcessSystemIdByExecutableNameWide)(THIS_ ULONG64 Server,PCWSTR ExeName,ULONG Flags,PULONG Id) PURE;
396 STDMETHOD(GetRunningProcessDescriptionWide)(THIS_ ULONG64 Server,ULONG SystemId,ULONG Flags,PWSTR ExeName,ULONG ExeNameSize,PULONG ActualExeNameSize,PWSTR Description,ULONG DescriptionSize,PULONG ActualDescriptionSize) PURE;
414 STDMETHOD(GetRunningProcessSystemIdByExecutableName)(THIS_ ULONG64 Server,PCSTR ExeName,ULONG Flags,PULONG Id) PURE;
415 STDMETHOD(GetRunningProcessDescription)(THIS_ ULONG64 Server,ULONG SystemId,ULONG Flags,PSTR ExeName,ULONG ExeNameSize,PULONG ActualExeNameSize,PSTR Description,ULONG DescriptionSize,PULONG ActualDes (…)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiCompress/
EfiCompressMain.c 72 CHAR8 *ExeName
82 ExeName - Application's full path
368 CHAR8 *ExeName
  /prebuilts/go/darwin-x86/src/cmd/go/internal/run/
run.go 111 p.Internal.ExeName = src[:len(src)-len(".go")] // name temporary executable for first go file
  /prebuilts/go/linux-x86/src/cmd/go/internal/run/
run.go 111 p.Internal.ExeName = src[:len(src)-len(".go")] // name temporary executable for first go file
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 226 /// to \p ExeName, given the value of argv[0] and the address of main()
231 static std::string PrependMainExecutablePath(const std::string &ExeName,
242 sys::path::append(Storage, ExeName);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/work/
action.go 430 if p.Internal.ExeName != "" {
431 name = p.Internal.ExeName
  /prebuilts/go/linux-x86/src/cmd/go/internal/work/
action.go 430 if p.Internal.ExeName != "" {
431 name = p.Internal.ExeName
  /prebuilts/go/darwin-x86/src/cmd/go/internal/load/
pkg.go 133 ExeName string // desired name for temporary executable
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/load/
pkg.go 133 ExeName string // desired name for temporary executable
    [all...]

Completed in 1204 milliseconds