HomeSort by relevance Sort by last modified time
    Searched full:file_part (Results 1 - 9 of 9) 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_org/content/shell/browser/
shell_download_manager_delegate.cc 167 std::wstring file_part = base::FilePath(suggested_path).BaseName().value(); local
169 base::wcslcpy(file_name, file_part.c_str(), arraysize(file_name));
  /external/chromium_org/ui/shell_dialogs/
select_file_dialog_win.cc 269 std::wstring file_part = suggested_path.BaseName().value(); local
270 // If the suggested_name is a root directory, file_part will be '\', and the
272 if (file_part.size() == 1 && file_part[0] == L'\\')
273 file_part.clear();
283 base::wcslcpy(file_name, file_part.c_str(), arraysize(file_name));
308 file_part.clear();
    [all...]
  /external/chromium_org/win8/metro_driver/
file_picker_ash.cc 496 base::string16 file_part = default_path_.BaseName().value(); local
499 if (file_part.size() == 1 && file_part[0] == L'\\')
500 file_part.clear();
502 mswrw::HStringReference(file_part.c_str()).Get());
  /external/chromium_org/tools/gn/
file_template.cc 251 case Subrange::FILE_PART:
282 case Subrange::FILE_PART:
367 else IF_MATCH_THEN_STORE(kSourceFilePart, FILE_PART)
file_template.h 40 FILE_PART, // {{source_file_part}}
file_template_unittest.cc 131 EXPECT_EQ("baz.txt", GetSubst("//foo/bar/baz.txt", FILE_PART));
  /external/chromium_org/components/url_fixer/
url_fixer_unittest.cc 456 base::FilePath file_part(
459 ASSERT_TRUE(MakeTempFile(dir, file_part, &full_path));
474 url_fixer::FixupRelativeFile(dir, file_part).possibly_invalid_spec(),
  /art/runtime/
dex_file.cc 79 const char* file_part = filename; local
84 file_part = file_part_storage.c_str();
89 ScopedFd fd(OpenAndReadMagic(file_part, &magic, error_msg));
97 *error_msg = StringPrintf("Failed to open zip archive '%s'", file_part);
102 *error_msg = StringPrintf("Zip archive '%s' doesn't contain %s (error msg: %s)", file_part,
    [all...]

Completed in 671 milliseconds