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

  /external/chromium/chrome/browser/sync/
profile_sync_factory_impl_unittest.cc 29 FilePath program_path(FILE_PATH_LITERAL("chrome.exe"));
30 command_line_.reset(new CommandLine(program_path));
  /system/core/adb/
adb.c 919 char program_path[ MAX_PATH ]; local
945 GetModuleFileName( NULL, program_path, sizeof(program_path) );
948 program_path, /* program path */
    [all...]

Completed in 3520 milliseconds