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

  /external/python/cpython2/Launcher/
launcher_internal.h 42 int RunModuleNameFromEntryPoint(const char *launcher_path, std::string entrypoint);
launcher_internal.cpp 125 int RunModuleNameFromEntryPoint(const char *launcher_path, std::string entrypoint) {
212 return internal::RunModuleNameFromEntryPoint(launcher_path, entrypoint);

Completed in 95 milliseconds