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

  /external/minijail/
minijail0_cli.c 801 char *program_path = local
805 if (access(program_path, X_OK)) {
813 *elftype = get_elf_linkage(program_path);
814 free(program_path);
  /system/core/adb/
adb.cpp 749 WCHAR program_path[MAX_PATH]; local
750 const DWORD module_result = GetModuleFileNameW(NULL, program_path,
751 arraysize(program_path));
752 if ((module_result >= arraysize(program_path)) || (module_result == 0)) {
767 program_path, /* program path */
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 2920 char program_path[kMaxPathLength]; local
    [all...]
  /external/python/cpython3/Lib/test/
test_os.py     [all...]

Completed in 295 milliseconds