HomeSort by relevance Sort by last modified time
    Searched refs:current_directory (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/chrome/browser/
process_singleton_startup_lock.cc 43 const base::FilePath& current_directory) {
48 std::make_pair(command_line.argv(), current_directory));
51 return original_callback_.Run(command_line, current_directory);
process_singleton_modal_dialog_lock.cc 58 const base::FilePath& current_directory) {
63 return original_callback_.Run(command_line, current_directory);
process_singleton_modal_dialog_lock.h 55 const base::FilePath& current_directory);
process_singleton_startup_lock.h 48 const base::FilePath& current_directory);
chrome_process_singleton_win_unittest.cc 18 const base::FilePath& current_directory) {
24 const base::FilePath& current_directory) {
process_singleton.h 65 const base::FilePath& current_directory)> NotificationCallback;
process_singleton_win.cc 98 base::FilePath* current_directory) {
136 *current_directory = base::FilePath(msg.substr(first_null + 1,
170 base::FilePath current_directory; local
171 if (!ParseCommandLine(cds, &parsed_command_line, &current_directory)) {
176 *result = notification_callback.Run(parsed_command_line, current_directory) ?
process_singleton_linux_unittest.cc 35 const base::FilePath& current_directory) {
60 const base::FilePath& current_directory) {
  /external/chromium_org/net/disk_cache/simple/
simple_index_file_win.cc 18 const base::FilePath current_directory(FILE_PATH_LITERAL("."));
26 if (file_path == current_directory || file_path == parent_directory)
  /external/chromium/base/
native_library_win.cc 25 FilePath current_directory; local
26 if (file_util::GetCurrentDirectory(&current_directory)) {
36 file_util::SetCurrentDirectory(current_directory);
  /external/chromium_org/base/
native_library_win.cc 25 FilePath current_directory; local
26 if (file_util::GetCurrentDirectory(&current_directory)) {
36 file_util::SetCurrentDirectory(current_directory);
  /external/chromium_org/apps/
launcher.h 26 // |current_directory| is used to expand any relative paths on the command line.
30 const base::FilePath& current_directory);
launcher.cc 62 bool MakePathAbsolute(const base::FilePath& current_directory,
68 if (current_directory.empty()) {
73 if (!current_directory.IsAbsolute())
76 *file_path = current_directory.Append(*file_path);
81 const base::FilePath& current_directory,
88 if (!MakePathAbsolute(current_directory, &absolute_path)) {
288 const base::FilePath& current_directory) {
301 if (!GetAbsolutePathFromCommandLine(command_line, current_directory, &path)) {
  /external/chromium_org/sandbox/win/src/
process_thread_interception.cc 267 LPVOID environment, LPCWSTR current_directory,
272 environment, current_directory, startup_info,
293 wchar_t current_directory[MAX_PATH]; local
294 DWORD result = ::GetCurrentDirectory(MAX_PATH, current_directory);
296 cur_dir = current_directory;
325 LPVOID environment, LPCSTR current_directory,
330 environment, current_directory, startup_info,
370 wchar_t current_directory[MAX_PATH]; local
371 DWORD result = ::GetCurrentDirectory(MAX_PATH, current_directory);
373 cur_dir = current_directory;
    [all...]
process_policy_test.cc 153 wchar_t current_directory[MAX_PATH + 1]; local
156 DWORD ret = ::GetCurrentDirectory(MAX_PATH, current_directory);
161 current_directory[ret] = L'\\';
162 current_directory[ret+1] = L'\0';
165 if (::SetCurrentDirectory(current_directory)) {
295 wchar_t current_directory[MAX_PATH]; local
296 DWORD ret = ::GetCurrentDirectory(MAX_PATH, current_directory);
299 wcscat_s(current_directory, MAX_PATH, L"\\");
301 current_directory));
process_thread_interception.h 76 LPVOID environment, LPCWSTR current_directory, LPSTARTUPINFOW startup_info,
83 LPVOID environment, LPCSTR current_directory, LPSTARTUPINFOA startup_info,
interceptors_64.cc 194 LPVOID environment, LPCWSTR current_directory, LPSTARTUPINFOW startup_info,
201 current_directory, startup_info,
209 LPVOID environment, LPCSTR current_directory, LPSTARTUPINFOA startup_info,
216 current_directory, startup_info,
interceptors_64.h 123 LPVOID environment, LPCWSTR current_directory, LPSTARTUPINFOW startup_info,
131 LPVOID environment, LPCSTR current_directory, LPSTARTUPINFOA startup_info,
  /external/chromium_org/chrome/browser/ui/extensions/
application_launch.h 72 base::FilePath current_directory; member in struct:chrome::AppLaunchParams
application_launch.cc 346 profile, extension, params.command_line, params.current_directory);
  /external/chromium_org/chrome_frame/test/net/
fake_external_tab.h 152 const base::FilePath& current_directory);
  /ndk/sources/host-tools/make-3.81/
main.c 907 PATH_VAR (current_directory);
1090 if (getcwd_fs (current_directory, GET_PATH_MAX) == 0)
1092 if (getcwd (current_directory, GET_PATH_MAX) == 0)
1098 error (NILF, "getwd: %s", current_directory);
1100 current_directory[0] = '\0';
1104 directory_before_chdir = xstrdup (current_directory);
    [all...]
  /external/chromium_org/tools/gyp/tools/
pretty_vcproj.py 113 def FixFilenames(filenames, current_directory):
119 os.chdir(current_directory)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
baselineoptimizer.py 174 current_index, current_directory = self._find_in_fallbackpath(fallback_path, current_result, new_results_by_directory)
182 if current_directory in new_results_by_directory:
183 del new_results_by_directory[current_directory]
  /external/chromium_org/remoting/host/win/
launch_process_with_token.cc 311 LPWSTR current_directory; member in struct:__anon12207::CreateProcessRequest

Completed in 1481 milliseconds

1 2