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

  /external/chromium_org/chrome/browser/media_galleries/
media_folder_finder.cc 255 base::FilePath abs_full_path = base::MakeAbsoluteFilePath(full_path); local
256 if (abs_full_path.empty())
259 if (abs_full_path == pruned_folders_[i]) {

Completed in 577 milliseconds