HomeSort by relevance Sort by last modified time
    Searched defs:GetExecutablePath (Results 1 - 9 of 9) sorted by null

  /external/webrtc/talk/media/base/
executablehelpers.h 44 inline Pathname GetExecutablePath() {
  /external/clang/examples/clang-interpreter/
main.cpp 38 std::string GetExecutablePath(const char *Argv0) {
41 void *MainAddr = (void*) (intptr_t) GetExecutablePath;
81 void *MainAddr = (void*) (intptr_t) GetExecutablePath;
82 std::string Path = GetExecutablePath(argv[0]);
  /external/google-breakpad/src/client/mac/tests/
spawn_child_process.h 80 string GetExecutablePath() {
89 string helper_path(GetExecutablePath());
  /build/kati/
fileutil.cc 135 void GetExecutablePath(string* path) {
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 65 std::string GetExecutablePath(const char *Argv0) {
68 void *MainAddr = (void*) (intptr_t) GetExecutablePath;
343 void *MainAddr = (void*) (intptr_t) GetExecutablePath;
  /system/core/base/
file.cpp 264 std::string GetExecutablePath() {
291 return Dirname(GetExecutablePath());
  /external/clang/tools/driver/
driver.cpp 57 std::string GetExecutablePath(const char *Argv0, bool CanonicalPrefixes) {
63 void *P = (void*) (intptr_t) GetExecutablePath;
299 void *GetExecutablePathVP = (void *)(intptr_t) GetExecutablePath;
427 std::string Path = GetExecutablePath(argv[0], CanonicalPrefixes);
  /external/llvm/tools/llvm-config/
llvm-config.cpp 225 std::string GetExecutablePath(const char *Argv0) {
228 void *P = (void *)(intptr_t)GetExecutablePath;
269 llvm::SmallString<256> CurrentPath(GetExecutablePath(argv[0]));
  /external/tensorflow/tensorflow/core/platform/
env.cc 295 string Env::GetExecutablePath() {

Completed in 1330 milliseconds