Searched refs:cur_dir (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/ui/
H A Dbrowser_init.h36 bool Start(const CommandLine& cmd_line, const FilePath& cur_dir, argument
38 return ProcessCmdLineImpl(cmd_line, cur_dir, true, profile, return_code,
49 const FilePath& cur_dir, bool process_startup,
51 return ProcessCmdLineImpl(cmd_line, cur_dir, process_startup, profile,
64 // be the command line passed to this process. |cur_dir| can be empty, which
68 const FilePath& cur_dir, bool process_startup,
101 LaunchWithProfile(const FilePath& cur_dir, const CommandLine& command_line);
102 LaunchWithProfile(const FilePath& cur_dir, const CommandLine& command_line,
213 const FilePath& cur_dir,
217 const FilePath& cur_dir, boo
48 ProcessCommandLine(const CommandLine& cmd_line, const FilePath& cur_dir, bool process_startup, Profile* profile, int* return_code) argument
[all...]
H A Dbrowser_init.cc521 const FilePath& cur_dir,
543 BrowserInit::LaunchWithProfile lwp(cur_dir, command_line, this);
545 command_line, cur_dir, profile);
621 const FilePath& cur_dir,
623 : cur_dir_(cur_dir),
630 const FilePath& cur_dir,
633 : cur_dir_(cur_dir),
1243 const FilePath& cur_dir,
1276 url = URLFixerUpper::FixupRelativeFile(cur_dir, param);
1298 const FilePath& cur_dir,
519 LaunchBrowser(const CommandLine& command_line, Profile* profile, const FilePath& cur_dir, bool process_startup, int* return_code) argument
620 LaunchWithProfile( const FilePath& cur_dir, const CommandLine& command_line) argument
629 LaunchWithProfile( const FilePath& cur_dir, const CommandLine& command_line, BrowserInit* browser_init) argument
1241 GetURLsFromCommandLine( const CommandLine& command_line, const FilePath& cur_dir, Profile* profile) argument
1297 ProcessCmdLineImpl(const CommandLine& command_line, const FilePath& cur_dir, bool process_startup, Profile* profile, int* return_code, BrowserInit* browser_init) argument
[all...]
/external/chromium/chrome/browser/
H A Dprocess_singleton_win.cc93 FilePath cur_dir; local
94 if (!PathService::Get(base::DIR_CURRENT, &cur_dir))
96 to_send.append(cur_dir.value());
258 const FilePath cur_dir(msg.substr(first_null + 1,
296 BrowserInit::ProcessCommandLine(parsed_command_line, cur_dir, false,
/external/llvm/lib/Support/Unix/
H A DPathV2.inc606 dirent *cur_dir = ::readdir(reinterpret_cast<DIR *>(it.IterationHandle));
607 if (cur_dir == 0 && errno != 0) {
609 } else if (cur_dir != 0) {
610 StringRef name(cur_dir->d_name, NAMLEN(cur_dir));
/external/qemu/distrib/sdl-1.2.15/src/joystick/mint/
H A DSDL_sysjoystick.c771 Uint32 cur_fire, cur_dir; local
802 cur_dir = (~(JOYPAD_IO.directions)>>8) & 15;
805 jp_joypads[i] |= cur_dir<<(j*4);
816 cur_dir = (~(JOYPAD_IO.directions)>>12) & 15;
819 jp_joypads[i] |= cur_dir<<(j*4);
/external/qemu/elff/
H A Ddwarf_cu.cc731 const char* cur_dir = stmtl_header_.include_directories; local
733 cur_dir += strlen(cur_dir) + 1;
736 return cur_dir;

Completed in 132 milliseconds