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

  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl_unittest.cc 36 base::FilePath program_path(FILE_PATH_LITERAL("chrome.exe"));
37 command_line_.reset(new CommandLine(program_path));
  /system/core/adb/
adb.c 1079 char program_path[ MAX_PATH ]; local
1125 GetModuleFileName( NULL, program_path, sizeof(program_path) );
1128 program_path, /* program path */
    [all...]

Completed in 57 milliseconds