Lines Matching defs:file_path
1301 std::string file_path;
1310 file_path.resize(len);
1312 auto p = &file_path[0];
1328 auto file_ent = sessions->get_cached_fd(file_path);
1331 int file = open(file_path.c_str(), O_RDONLY | O_BINARY);
1360 auto ext = file_path.c_str() + file_path.size() - 1;
1361 for (; file_path.c_str() < ext && *ext != '.' && *ext != '/'; --ext)
1374 file_path, FileEntry(file_path, buf.st_size, buf.st_mtime, file,