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

  /external/minijail/
minijail0.c 558 char *program_path = local
562 if (access(program_path, X_OK)) {
570 *elftype = get_elf_linkage(program_path);
571 free(program_path);
  /system/core/adb/
adb.cpp 758 WCHAR program_path[MAX_PATH]; local
759 const DWORD module_result = GetModuleFileNameW(NULL, program_path,
760 arraysize(program_path));
761 if ((module_result >= arraysize(program_path)) || (module_result == 0)) {
776 program_path, /* program path */
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 2920 char program_path[kMaxPathLength]; local
    [all...]

Completed in 654 milliseconds