Home | History | Annotate | Download | only in tests

Lines Matching refs:program_path

2920   char program_path[kMaxPathLength];
2921 GetProgramPath(program_path, sizeof(program_path));
2923 const char *last_slash = strrchr(program_path, '/');
2925 size_t dir_len = (size_t)(last_slash - program_path);
2940 (int)dir_len, program_path, basename);