Home
last modified time | relevance | path

Searched refs:file_part (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dprocess_thread_dispatcher.cc70 wchar_t *file_part = NULL; in ConvertToAbsolutePath() local
78 &file_part); in ConvertToAbsolutePath()
84 MAX_PATH, file_buffer, &file_part); in ConvertToAbsolutePath()
/external/chromium_org/win8/metro_driver/
Dfile_picker_ash.cc495 base::string16 file_part = default_path_.BaseName().value(); in StartFilePicker() local
498 if (file_part.size() == 1 && file_part[0] == L'\\') in StartFilePicker()
499 file_part.clear(); in StartFilePicker()
501 mswrw::HStringReference(file_part.c_str()).Get()); in StartFilePicker()
/external/chromium_org/content/shell/browser/
Dshell_download_manager_delegate.cc167 std::wstring file_part = base::FilePath(suggested_path).BaseName().value(); in ChooseDownloadPath() local
169 base::wcslcpy(file_name, file_part.c_str(), arraysize(file_name)); in ChooseDownloadPath()
/external/chromium_org/components/url_fixer/
Durl_fixer_unittest.cc457 base::FilePath file_part( in TEST() local
461 ASSERT_TRUE(MakeTempFile(temp_dir_.path(), file_part, &full_path)); in TEST()
478 file_part).possibly_invalid_spec(), full_path)); in TEST()