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

  /art/runtime/
prebuilt_tools_test.cc 35 std::string exec_path = tools_dir + tool; local
36 if (stat(exec_path.c_str(), &exec_st) != 0) {
  /external/python/cpython2/Mac/Tools/
pythonw.c 150 char* exec_path = get_python_path(); local
158 argv[0] = exec_path;
170 posix_spawn(NULL, exec_path, NULL,
172 err(1, "posix_spawn: %s", exec_path);
175 execve(exec_path, argv, environ);
  /external/ltp/testcases/kernel/fs/doio/
growfiles.c 387 char *exec_path = NULL; local
1213 if (exec_path == NULL) {
1214 exec_path = argv[0];
1216 argv[0] = malloc(strlen(exec_path) + 2);
1217 sprintf(argv[0], "-%s", exec_path);
    [all...]
doio.c 650 char *exec_path; local
652 exec_path = argv[0];
653 argv[0] = malloc(strlen(exec_path) + 2);
654 sprintf(argv[0], "-%s", exec_path);
656 execvp(exec_path, argv);
659 exec_path, SYSERR, errno);
    [all...]
  /system/extras/simpleperf/
cmd_record.cpp 1023 std::string exec_path = android::base::GetExecutablePath(); local
    [all...]

Completed in 155 milliseconds