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

1 2

  /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_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_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_modal_dialog_lock.h 54 const base::FilePath& current_directory);
process_singleton_win.cc 97 base::FilePath* current_directory) {
135 *current_directory = base::FilePath(msg.substr(first_null + 1,
169 base::FilePath current_directory; local
170 if (!ParseCommandLine(cds, &parsed_command_line, &current_directory)) {
175 *result = notification_callback.Run(parsed_command_line, current_directory) ?
process_singleton.h 66 const base::FilePath& current_directory)> NotificationCallback;
process_singleton_posix_unittest.cc 59 const base::FilePath& current_directory) {
  /external/chromium_org/base/
native_library_win.cc 29 FilePath current_directory; local
30 if (GetCurrentDirectory(&current_directory)) {
45 SetCurrentDirectory(current_directory);
  /external/chromium_org/sandbox/win/src/
process_thread_interception.cc 267 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;
    [all...]
process_thread_interception.h 76 LPVOID environment, LPCWSTR current_directory, LPSTARTUPINFOW startup_info,
83 LPVOID environment, LPCSTR current_directory, LPSTARTUPINFOA startup_info,
process_policy_test.cc 156 wchar_t current_directory[MAX_PATH + 1]; local
159 DWORD ret = ::GetCurrentDirectory(MAX_PATH, current_directory);
164 current_directory[ret] = L'\\';
165 current_directory[ret+1] = L'\0';
168 if (::SetCurrentDirectory(current_directory)) {
299 wchar_t current_directory[MAX_PATH]; local
300 DWORD ret = ::GetCurrentDirectory(MAX_PATH, current_directory);
303 wcscat_s(current_directory, MAX_PATH, L"\\");
305 current_directory));
interceptors_64.cc 178 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,
interceptors_64.h 114 LPVOID environment, LPCWSTR current_directory, LPSTARTUPINFOW startup_info,
122 LPVOID environment, LPCSTR current_directory, LPSTARTUPINFOA startup_info,
  /external/chromium_org/apps/
launcher.h 28 // |current_directory| is used to expand any relative paths on the command line.
32 const base::FilePath& current_directory);
launcher.cc 66 bool DoMakePathAbsolute(const base::FilePath& current_directory,
72 if (current_directory.empty()) {
77 if (!current_directory.IsAbsolute())
80 *file_path = current_directory.Append(*file_path);
142 void LaunchWithRelativePath(const base::FilePath& current_directory) {
148 current_directory));
156 void MakePathAbsolute(const base::FilePath& current_directory) {
162 if (!DoMakePathAbsolute(current_directory, &*it)) {
394 const base::FilePath& current_directory) {
432 launcher->LaunchWithRelativePath(current_directory);
    [all...]
  /external/chromium_org/chrome/browser/ui/extensions/
application_launch.h 82 base::FilePath current_directory; member in struct:AppLaunchParams
application_launch.cc 334 profile, extension, params.command_line, params.current_directory);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
baselineoptimizer.py 177 current_index, current_directory = self._find_in_fallbackpath(fallback_path, current_result, new_results_by_directory)
185 if current_directory in new_results_by_directory:
186 del new_results_by_directory[current_directory]
  /external/chromium_org/tools/gyp/tools/
pretty_vcproj.py 113 def FixFilenames(filenames, current_directory):
119 os.chdir(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/remoting/host/win/
launch_process_with_token.cc 310 LPWSTR current_directory; member in struct:__anon14477::CreateProcessRequest
  /external/chromium_org/chrome/browser/apps/
app_browsertest.cc 487 // the AppLaunchParams.current_directory field.
507 params.current_directory = test_data_dir_;
    [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.cc 352 params.current_directory = cur_dir_;
482 params.current_directory = cur_dir_;
    [all...]

Completed in 444 milliseconds

1 2