Searched defs:current_directory (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dprocess_singleton_startup_lock.cc43 const base::FilePath& current_directory) {
48 std::make_pair(command_line.argv(), current_directory));
51 return original_callback_.Run(command_line, current_directory);
41 NotificationCallbackImpl( const CommandLine& command_line, const base::FilePath& current_directory) argument
H A Dchrome_process_singleton_win_unittest.cc18 const base::FilePath& current_directory) {
24 const base::FilePath& current_directory) {
16 ServerCallback(int* callback_count, const CommandLine& command_line, const base::FilePath& current_directory) argument
23 ClientCallback(const CommandLine& command_line, const base::FilePath& current_directory) argument
H A Dprocess_singleton_modal_dialog_lock.cc58 const base::FilePath& current_directory) {
63 return original_callback_.Run(command_line, current_directory);
56 NotificationCallbackImpl( const CommandLine& command_line, const base::FilePath& current_directory) argument
H A Dprocess_singleton_posix_unittest.cc59 const base::FilePath& current_directory) {
58 NotificationCallback(const CommandLine& command_line, const base::FilePath& current_directory) argument
H A Dprocess_singleton_win.cc96 base::FilePath* current_directory) {
134 *current_directory = base::FilePath(msg.substr(first_null + 1,
168 base::FilePath current_directory; local
169 if (!ParseCommandLine(cds, &parsed_command_line, &current_directory)) {
174 *result = notification_callback.Run(parsed_command_line, current_directory) ?
94 ParseCommandLine(const COPYDATASTRUCT* cds, CommandLine* parsed_command_line, base::FilePath* current_directory) argument
H A Dchrome_browser_main.cc444 const base::FilePath& current_directory) {
475 command_line, current_directory, startup_profile_dir);
442 ProcessSingletonNotificationCallback( const CommandLine& command_line, const base::FilePath& current_directory) argument
/external/chromium_org/chrome/browser/ui/extensions/
H A Dapplication_launch.h82 base::FilePath current_directory; member in struct:AppLaunchParams
/external/chromium_org/base/
H A Dnative_library_win.cc29 FilePath current_directory; local
30 if (GetCurrentDirectory(&current_directory)) {
45 SetCurrentDirectory(current_directory);
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_unittest.cc103 base::FilePath current_directory; local
104 ASSERT_TRUE(base::GetCurrentDirectory(&current_directory));
106 data.SetFilename(current_directory);
126 const GURL expected_url(net::FilePathToFileURL(current_directory));
143 EXPECT_EQ(current_directory, actual_path);
/external/chromium_org/sandbox/win/src/
H A Dprocess_policy_test.cc161 wchar_t current_directory[MAX_PATH + 1]; local
162 DWORD ret = ::GetCurrentDirectory(MAX_PATH, current_directory);
168 current_directory[ret] = L'\\';
169 current_directory[ret+1] = L'\0';
175 return ::SetCurrentDirectory(current_directory) ? result4 : SBOX_TEST_FAILED;
296 wchar_t current_directory[MAX_PATH]; local
297 DWORD ret = ::GetCurrentDirectory(MAX_PATH, current_directory);
300 wcscat_s(current_directory, MAX_PATH, L"\\");
302 current_directory));
H A Dprocess_thread_interception.cc267 LPVOID environment, LPCWSTR current_directory,
272 environment, current_directory, startup_info,
294 wchar_t current_directory[MAX_PATH]; local
295 DWORD result = ::GetCurrentDirectory(MAX_PATH, current_directory);
297 cur_dir = current_directory;
326 LPVOID environment, LPCSTR current_directory,
331 environment, current_directory, startup_info,
372 wchar_t current_directory[MAX_PATH]; local
373 DWORD result = ::GetCurrentDirectory(MAX_PATH, current_directory);
375 cur_dir = current_directory;
262 TargetCreateProcessW(CreateProcessWFunction orig_CreateProcessW, LPCWSTR application_name, LPWSTR command_line, LPSECURITY_ATTRIBUTES process_attributes, LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags, LPVOID environment, LPCWSTR current_directory, LPSTARTUPINFOW startup_info, LPPROCESS_INFORMATION process_information) argument
321 TargetCreateProcessA(CreateProcessAFunction orig_CreateProcessA, LPCSTR application_name, LPSTR command_line, LPSECURITY_ATTRIBUTES process_attributes, LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags, LPVOID environment, LPCSTR current_directory, LPSTARTUPINFOA startup_info, LPPROCESS_INFORMATION process_information) argument
[all...]
H A Dinterceptors_64.cc178 LPVOID environment, LPCWSTR current_directory, LPSTARTUPINFOW startup_info,
185 current_directory, startup_info,
193 LPVOID environment, LPCSTR current_directory, LPSTARTUPINFOA startup_info,
200 current_directory, startup_info,
174 TargetCreateProcessW64( LPCWSTR application_name, LPWSTR command_line, LPSECURITY_ATTRIBUTES process_attributes, LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags, LPVOID environment, LPCWSTR current_directory, LPSTARTUPINFOW startup_info, LPPROCESS_INFORMATION process_information) argument
189 TargetCreateProcessA64( LPCSTR application_name, LPSTR command_line, LPSECURITY_ATTRIBUTES process_attributes, LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags, LPVOID environment, LPCSTR current_directory, LPSTARTUPINFOA startup_info, LPPROCESS_INFORMATION process_information) argument
/external/chromium_org/apps/
H A Dlauncher.cc67 bool DoMakePathAbsolute(const base::FilePath& current_directory, argument
73 if (current_directory.empty()) {
78 if (!current_directory.IsAbsolute())
81 *file_path = current_directory.Append(*file_path);
146 void LaunchWithRelativePath(const base::FilePath& current_directory) { argument
152 current_directory));
160 void MakePathAbsolute(const base::FilePath& current_directory) { argument
166 if (!DoMakePathAbsolute(current_directory, &*it)) {
313 const base::FilePath& current_directory) {
351 launcher->LaunchWithRelativePath(current_directory);
310 LaunchPlatformAppWithCommandLine(Profile* profile, const Extension* extension, const CommandLine& command_line, const base::FilePath& current_directory) argument
[all...]
/external/chromium_org/remoting/host/win/
H A Dlaunch_process_with_token.cc311 LPWSTR current_directory; member in struct:__anon10487::CreateProcessRequest

Completed in 252 milliseconds