Home
last modified time | relevance | path

Searched refs:source_file_path (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/common/
Djson_value_serializer_unittest.cc329 FilePath source_file_path; in TEST_F() local
330 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &source_file_path)); in TEST_F()
331 source_file_path = source_file_path.Append( in TEST_F()
333 ASSERT_TRUE(file_util::PathExists(source_file_path)); in TEST_F()
334 JSONFileValueSerializer serializer(source_file_path); in TEST_F()
/external/chromium/base/
Dfile_util.h563 const FilePath& source_file_path,
Dfile_util_win.cc790 bool RenameFileAndResetSecurityDescriptor(const FilePath& source_file_path, in RenameFileAndResetSecurityDescriptor() argument
795 std::wstring source = source_file_path.value(); in RenameFileAndResetSecurityDescriptor()