HomeSort by relevance Sort by last modified time
    Searched refs:file_part (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/sandbox/win/src/
process_thread_dispatcher.cc 70 wchar_t *file_part = NULL; local
78 &file_part);
84 MAX_PATH, file_buffer, &file_part);
  /external/chromium/chrome/browser/net/
url_fixer_upper_unittest.cc 409 FilePath file_part(FILE_PATH_LITERAL("url_fixer_upper_existing_file.txt"));
411 ASSERT_TRUE(MakeTempFile(dir, file_part, &full_path));
429 file_part).possibly_invalid_spec(), full_path));
  /external/chromium_org/content/shell/
shell_download_manager_delegate.cc 153 std::wstring file_part = base::FilePath(suggested_path).BaseName().value(); local
155 base::wcslcpy(file_name, file_part.c_str(), arraysize(file_name));
  /external/chromium_org/win8/metro_driver/
file_picker_ash.cc 495 string16 file_part = default_path_.BaseName().value(); local
498 if (file_part.size() == 1 && file_part[0] == L'\\')
499 file_part.clear();
501 mswrw::HStringReference(file_part.c_str()).Get());
  /external/chromium_org/chrome/common/net/
url_fixer_upper_unittest.cc 467 base::FilePath file_part(
470 ASSERT_TRUE(MakeTempFile(dir, file_part, &full_path));
485 file_part).possibly_invalid_spec(), full_path));
  /external/chromium_org/ui/shell_dialogs/
select_file_dialog_win.cc 270 std::wstring file_part = suggested_path.BaseName().value(); local
271 // If the suggested_name is a root directory, file_part will be '\', and the
273 if (file_part.size() == 1 && file_part[0] == L'\\')
274 file_part.clear();
284 base::wcslcpy(file_name, file_part.c_str(), arraysize(file_name));
309 file_part.clear();
    [all...]
  /external/chromium/chrome/browser/ui/views/
shell_dialogs_win.cc 242 std::wstring file_part = FilePath(suggested_name).BaseName().value(); local
252 base::wcslcpy(file_name, file_part.c_str(), arraysize(file_name));
    [all...]

Completed in 2769 milliseconds