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

  /external/chromium/base/
file_util_deprecated.h 32 BASE_API void AppendToPath(std::wstring* path, const std::wstring& new_ending);
file_util.cc 364 void AppendToPath(std::wstring* path, const std::wstring& new_ending) {
file_util_unittest.cc 218 TEST_F(FileUtilTest, AppendToPath) {
222 file_util::AppendToPath(&result, value.ending);
227 file_util::AppendToPath(NULL, L"path"); // asserts in debug mode
    [all...]
  /external/chromium/net/disk_cache/
cache_util_win.cc 19 file_util::AppendToPath(&name, search_name);
  /external/chromium/net/tools/dump_cache/
dump_files.cc 147 file_util::AppendToPath(&index_name, kIndexName);
269 file_util::AppendToPath(&index_name, kIndexName);
276 file_util::AppendToPath(&data_name, L"data_0");
281 file_util::AppendToPath(&data_name, L"data_1");
291 file_util::AppendToPath(&index_name, kIndexName);
  /external/chromium/base/test/
test_file_util_win.cc 136 file_util::AppendToPath(&src, L"*");
  /external/chromium/chrome/browser/printing/
printing_layout_uitest.cc 63 file_util::AppendToPath(&verification_file, L"printing");
64 file_util::AppendToPath(&verification_file, verification_name);
  /external/chromium/chrome/common/
sandbox_policy.cc 260 file_util::AppendToPath(&debug_message, L"debug_message.exe");

Completed in 791 milliseconds