OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:program_path
(Results
1 - 4
of
4
) 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
));
/external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl_unittest.cc
32
base::FilePath
program_path
(FILE_PATH_LITERAL("chrome.exe"));
33
command_line_.reset(new CommandLine(
program_path
));
/external/chromium_org/chrome_frame/test/
policy_settings_unittest.cc
253
base::FilePath
program_path
(FILE_PATH_LITERAL("my_chrome.exe"));
254
CommandLine new_cmd_line(
program_path
);
/system/core/adb/
adb.c
1034
char
program_path
[ MAX_PATH ];
local
1080
GetModuleFileName( NULL,
program_path
, sizeof(
program_path
) );
1083
program_path
, /* program path */
[
all
...]
Completed in 120 milliseconds