HomeSort by relevance Sort by last modified time
    Searched defs:library_file (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iapps_finder_impl_win.cc 48 base::FilePath library_file = local
51 if (!base::PathExists(library_file)) {
55 callback.Run(library_file.AsUTF8Unsafe());
60 const base::FilePath& library_file) {
63 if (library_file.empty() || !base::PathExists(library_file)) {
67 callback.Run(library_file.AsUTF8Unsafe());
  /external/clang/bindings/python/clang/
cindex.py 3175 library_file = None variable in class:Config
    [all...]

Completed in 145 milliseconds