Home
last modified time | relevance | path

Searched refs:FILE_ERROR_NOT_A_DIRECTORY (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
Dfile_errors.cc40 case FILE_ERROR_NOT_A_DIRECTORY: in FileErrorToString()
104 case FILE_ERROR_NOT_A_DIRECTORY: in FileErrorToPlatformError()
Dfile_errors.h24 FILE_ERROR_NOT_A_DIRECTORY = -9, enumerator
Dresource_metadata.cc305 return FILE_ERROR_NOT_A_DIRECTORY; in ReadDirectoryByPath()
342 return FILE_ERROR_NOT_A_DIRECTORY; in RefreshEntry()
Dresource_metadata_unittest.cc285 EXPECT_EQ(FILE_ERROR_NOT_A_DIRECTORY, error); in TEST_F()
418 EXPECT_EQ(FILE_ERROR_NOT_A_DIRECTORY, in TEST_F()
Dchange_list_processor.cc366 return FILE_ERROR_NOT_A_DIRECTORY; in RefreshDirectory()
Dfile_system.cc697 callback.Run(FILE_ERROR_NOT_A_DIRECTORY); in LoadDirectoryIfNeededAfterGetEntry()
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
Dcreate_directory_operation_unittest.cc21 error = FILE_ERROR_NOT_A_DIRECTORY; in FindDirectory()
Dcreate_file_operation_unittest.cc76 EXPECT_EQ(FILE_ERROR_NOT_A_DIRECTORY, error); in TEST_F()
Dmove_operation.cc39 return FILE_ERROR_NOT_A_DIRECTORY; in UpdateLocalState()
Dcopy_operation.cc45 return FILE_ERROR_NOT_A_DIRECTORY; in PrepareCopy()
140 return FILE_ERROR_NOT_A_DIRECTORY; in PrepareTransferFileFromLocalToRemote()
Dcreate_file_operation.cc58 return FILE_ERROR_NOT_A_DIRECTORY; in CheckPreConditionForCreateFile()
Dcopy_operation_unittest.cc213 EXPECT_EQ(FILE_ERROR_NOT_A_DIRECTORY, error); in TEST_F()
Dmove_operation_unittest.cc196 EXPECT_EQ(FILE_ERROR_NOT_A_DIRECTORY, error); in TEST_F()
/external/chromium_org/base/files/
Dfile.h96 FILE_ERROR_NOT_A_DIRECTORY = -9, enumerator
Dfile_posix.cc455 return FILE_ERROR_NOT_A_DIRECTORY; in OSErrorToFileError()