HomeSort by relevance Sort by last modified time
    Searched full:getfileinfo (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /external/chromium_org/content/child/
webfileutilities_impl.cc 28 bool WebFileUtilitiesImpl::getFileInfo(const WebString& path,
35 if (!base::GetFileInfo(base::FilePath::FromUTF16Unsafe(path),
webfileutilities_impl.h 21 virtual bool getFileInfo(const blink::WebString& path,
  /external/chromium_org/base/files/
file_util_proxy_unittest.cc 68 GetFileInfo(test_path(), &expected_info);
71 FileUtilProxy::GetFileInfo(
91 GetFileInfo(test_path(), &expected_info);
94 FileUtilProxy::GetFileInfo(
125 GetFileInfo(test_path(), &info);
file_util_proxy.cc 34 if (!GetFileInfo(file_path, &file_info_))
67 bool FileUtilProxy::GetFileInfo(
file_proxy_unittest.cc 225 GetFileInfo(test_path(), &expected_info);
306 GetFileInfo(test_path(), &info);
321 GetFileInfo(test_path(), &info);
332 GetFileInfo(test_path(), &info);
347 GetFileInfo(test_path(), &info);
358 GetFileInfo(test_path(), &info);
file_util_proxy.h 32 static bool GetFileInfo(
  /external/chromium_org/storage/browser/fileapi/
dragged_file_util.h 26 virtual base::File::Error GetFileInfo(
dragged_file_util.cc 39 NativeFileUtil::GetFileInfo(platform_file, &file_info_);
60 base::File::Error DraggedFileUtil::GetFileInfo(
80 NativeFileUtil::GetFileInfo(url.path(), file_info);
transient_file_util.cc 35 *error = GetFileInfo(context, url, file_info, platform_path);
  /external/chromium_org/chrome/installer/util/
duplicate_tree_detector.cc 20 if (base::GetFileInfo(src_path, &src_info) &&
21 base::GetFileInfo(dest_path, &dest_info)) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libw3core.a 8 __lib64_libw3core_a_iname_head_lib64_libw3core_aUlW3Start__imp_UlW3Start?SetAssociatedObject@W3_FILE_INFO@@QEAAHPEAVASSOCIATED_FILE_OBJECT@@@Z__imp_?SetAssociatedObject@W3_FILE_INFO@@QEAAHPEAVASSOCIATED_FILE_OBJECT@@@Z?GetFileInfo@W3_FILE_INFO_CACHE@@QEAAJAEAVSTRU@@PEAUDIRMON_CONFIG@@PEAVCACHE_USER@@HPEAPEAVW3_FILE_INFO@@PEAUFILE_CACHE_ASYNC_CONTEXT@@PEAHHHPEAU_ETW_TRACE_INFO@@@Z__imp_?GetFileInfo@W3_FILE_INFO_CACHE@@QEAAJAEAVSTRU@@PEAUDIRMON_CONFIG@@PEAVCACHE_USER@@HPEAPEAVW3_FILE_INFO@@PEAUFILE_CACHE_ASYNC_CONTEXT@@PEAHHHPEAU_ETW_TRACE_INFO@@@Z?GetFileCache@W3_FILE_INFO_CACHE@@SAPEAV1@XZ__imp_?GetFileCache@W3_FILE_INFO_CACHE@@SAPEAV1@XZ?FindInETagList@@YAHPEBD0H@Z__imp_?FindInETagList@@YAHPEBD0H@Zdbpht.o/ 1402958956 28587 5000 100640 588 `
23 .text,? 0`.data@0?.bss?0?.idata$74?0?.idata$580?.idata$4@0?.idata$6?H ??%???GetFileInfo@W3_FILE_INFO_CACHE@@QEAAJAEAVSTRU@@PEAUDIRMON_CONFIG@@PEAVCACHE_USER@@HPEAPEAVW3_FILE_INFO@@PEAUFILE_CACHE_ASYNC_CONTEXT@@PEAHHHPEAU_ETW_TRACE_INFO@@@Z .text.data.bss.idata$7.idata$5.idata$4.idata$6?Tl?GetFileInfo@W3_FILE_INFO_CACHE@@QEAAJAEAVSTRU@@PEAUDIRMON_CONFIG@@PEAVCACHE_USER@@HPEAPEAVW3_FILE_INFO@@PEAUFILE_CACHE_ASYNC_CONTEXT@@PEAHHHPEAU_ETW_TRACE_INFO@@@Z__imp_?GetFileInfo@W3_FILE_INFO_CACHE@@QEAAJAEAVSTRU@@PEAUDIRMON_CONFIG@@PEAVCACHE_USER@@HPEAPEAVW3_FILE_INFO@@PEAUFILE_CACHE_ASYNC_CONTEXT@@PEAHHHPEAU_ETW_TRACE_INFO@@@Z_head_lib64_libw3core_adbphs00001.o/ 1402958956 28587 5000 100640 720 `
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
mtp_device_async_delegate.h 28 // A callback to be called when GetFileInfo method call succeeds.
37 // A callback to be called when GetFileInfo/ReadDirectory/CreateSnapshot
68 virtual void GetFileInfo(
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_macos.py 33 if not os.path.exists('/Developer/Tools/GetFileInfo'):
48 data = subprocess.Popen(["/Developer/Tools/GetFileInfo", test_support.TESTFN],
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_macos.py 33 if not os.path.exists('/Developer/Tools/GetFileInfo'):
48 data = subprocess.Popen(["/Developer/Tools/GetFileInfo", test_support.TESTFN],
  /external/chromium_org/chrome/browser/first_run/
upgrade_util_linux.cc 46 if (!base::GetFileInfo(exe_file_path, &exe_file_info)) {
  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_device_task_helper.h 22 // operation requests (such as GetFileInfo, ReadDirectory, CreateSnapshotFile,
53 // Dispatches the GetFileInfo request to the MediaTransferProtocolManager.
62 void GetFileInfo(uint32 file_id,
113 // Query callback for GetFileInfo().
mtp_device_delegate_impl_linux.h 75 virtual void GetFileInfo(const base::FilePath& file_path,
150 // Called when GetFileInfo() succeeds. |file_info| specifies the
156 // Called when GetFileInfo() succeeds. GetFileInfo() is invoked to
171 // Called when GetFileInfo() succeeds. GetFileInfo() is invoked to
286 // operation. Used to service incoming GetFileInfo calls for the duration of
  /external/chromium_org/components/storage_monitor/
test_media_transfer_protocol_manager_linux.cc 62 void TestMediaTransferProtocolManagerLinux::GetFileInfo(
test_media_transfer_protocol_manager_linux.h 39 virtual void GetFileInfo(const std::string& storage_handle,
  /external/chromium_org/content/browser/renderer_host/
file_utilities_message_filter.cc 52 if (!base::GetFileInfo(path, result))
  /external/chromium_org/content/browser/fileapi/
native_file_util_unittest.cc 44 base::GetFileInfo(path, &info);
118 NativeFileUtil::GetFileInfo(file_name, &native_info));
126 ASSERT_TRUE(base::GetFileInfo(file_name, &info));
128 NativeFileUtil::GetFileInfo(file_name, &native_info));
145 ASSERT_TRUE(base::GetFileInfo(file_name, &info));
369 NativeFileUtil::GetFileInfo(from_file, &file_info1));
381 NativeFileUtil::GetFileInfo(to_file1, &file_info2));
393 NativeFileUtil::GetFileInfo(to_file1, &file_info2));
405 NativeFileUtil::GetFileInfo(to_file2, &file_info2));
transient_file_util_unittest.cc 104 file_util()->GetFileInfo(NewOperationContext().get(),
116 file_util()->GetFileInfo(NewOperationContext().get(),
  /external/chromium_org/device/media_transfer_protocol/
media_transfer_protocol_manager.h 56 // A callback to handle the result of GetFileInfo.
114 virtual void GetFileInfo(const std::string& storage_handle,
  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_delegate_impl_win.h 93 virtual void GetFileInfo(
140 // Called when GetFileInfo() completes. |file_info| specifies the requested
143 // If the GetFileInfo() succeeds, |success_callback| is invoked to notify the
146 // If the GetFileInfo() fails, |file_info| is not set and |error_callback| is
  /external/chromium_org/third_party/WebKit/public/platform/
WebFileUtilities.h 53 virtual bool getFileInfo(const WebString& path, WebFileInfo& result) { return false; }

Completed in 699 milliseconds

1 2 3 4 5 6